Skip to content

Commit aefed34

Browse files
committed
Update gimp to 2.10.12-3
1 parent d6b9368 commit aefed34

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

bucket/gimp.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"homepage": "https://www.gimp.org/",
33
"license": "GPL-3.0-only",
44
"description": "GNU Image Manipulation Program",
5-
"version": "2.10.12-2",
6-
"url": "https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.12-setup-2.exe",
7-
"hash": "6cd67baf381c7950ec0a46f6ea9b9a6c9191e29fff09a575ce7c7af6d223b613",
5+
"version": "2.10.12-3",
6+
"url": "https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.12-setup-3.exe",
7+
"hash": "90038ea1895b2fe2a63fe6f69fc2115161b9af6a509e96ee08371138260de45e",
88
"installer": {
99
"type": "inno",
1010
"include": [
@@ -43,10 +43,11 @@
4343
],
4444
"checkver": {
4545
"url": "https://www.gimp.org/downloads/",
46-
"re": "gimp-(?<version>[\\d.]+)-setup(?<build>-\\d)?.exe"
46+
"regex": "gimp-(?<version>[\\d.]+)-setup(?<build>-\\d)?.exe",
47+
"replace": "${1}${2}"
4748
},
4849
"autoupdate": {
49-
"url": "https://download.gimp.org/mirror/pub/gimp/v$majorVersion.$minorVersion/windows/gimp-$version-setup$matchBuild.exe",
50+
"url": "https://download.gimp.org/mirror/pub/gimp/v$majorVersion.$minorVersion/windows/gimp-$matchVersion-setup$matchBuild.exe",
5051
"hash": {
5152
"url": "$baseurl/SHA256SUMS"
5253
}

0 commit comments

Comments
 (0)