[gimp-web] content: fix "revision" value in the json file.



commit e7690e3641899f1d6cee282eb3dd48221417e9ff
Author: Jehan <jehan girinstud io>
Date:   Tue Jun 21 22:28:41 2022 +0200

    content: fix "revision" value in the json file.
    
    GIMP's code expects it to be int. I am going to also improve GIMP code
    to detect string and convert it to int, because this data error may
    happen again.
    Anyway still fixing the json file so that update detection work
    appropriately on existing builds.

 content/gimp_versions.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/content/gimp_versions.json b/content/gimp_versions.json
index 94e10f1f..8a68424b 100644
--- a/content/gimp_versions.json
+++ b/content/gimp_versions.json
@@ -19,7 +19,7 @@
                     "min-support": "Windows 7",
                     "build-id": "org.gimp.GIMP_official",
                     "comment": "Fixes issue #8280: AVIF import",
-                    "revision" : "1"
+                    "revision": 1
                 },
                 {
                     "date": "2022-06-12",
@@ -123,7 +123,7 @@
                     "min-support": "Windows 7",
                     "build-id": "org.gimp.GIMP_official",
                     "comment": "Backported GLib fix for very slow file dialogs (issue #913) and custom GTK2 
fix for non-functional Wacom Airbrush finger wheel (issue #6394).",
-                    "revision" : "3"
+                    "revision": 3
                 },
                 {
                     "date": "2021-04-01",
@@ -133,7 +133,7 @@
                     "min-support": "Windows 7",
                     "build-id": "org.gimp.GIMP_official",
                     "comment": "Custom GTK fixes for issues like drag&drop with certain screen grabbers 
(issue #1082), tiny SVG icons (issue #1563) and pasting images from some other applications (issue #3481).",
-                    "revision" : "2"
+                    "revision": 2
                 },
                 {
                     "date": "2021-03-30",
@@ -143,7 +143,7 @@
                     "min-support": "Windows 7",
                     "build-id": "org.gimp.GIMP_official",
                     "comment": "Fixes issue #6664: Script-Fu crashes on 64-bit systems.",
-                    "revision" : "1"
+                    "revision": 1
                 },
                 {
                     "date": "2021-03-30",
@@ -645,7 +645,7 @@
                     "min-support": "Windows 7",
                     "build-id": "org.gimp.GIMP_official",
                     "comment": "Updated babl to fix crash because of wrong SIMD detection (issue #7919)",
-                    "revision" : "2"
+                    "revision": 2
                 },
                 {
                     "date": "2022-02-28",
@@ -655,7 +655,7 @@
                     "min-support": "Windows 7",
                     "build-id": "org.gimp.GIMP_official",
                     "comment": "Release notes are properly shown in Welcome dialog.",
-                    "revision" : "1"
+                    "revision": 1
                 },
                 {
                     "date": "2022-02-23",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]