File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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" : [
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 }
You can’t perform that action at this time.
0 commit comments