forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gimp.json
36 lines (36 loc) · 990 Bytes
/
gimp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"homepage": "https://www.gimp.org/",
"license": "https://www.gimp.org/about/COPYING",
"version": "2.8.22",
"url": "https://download.gimp.org/mirror/pub/gimp/v2.8/windows/gimp-2.8.22-setup.exe",
"hash": "a2e52129a28feec1ee3f22f5aaf9bdecbb02d51af6da408ace0a2ac2e0365c8b",
"installer": {
"args": [
"/VERYSILENT",
"/NORESTART",
"/DIR=\"$dir\""
]
},
"uninstaller": {
"file": "uninst\\unins000.exe",
"args": [
"/VERYSILENT"
]
},
"bin": [
[
"bin\\gimp-2.8.exe",
"gimp"
]
],
"checkver": {
"url": "https://download.gimp.org/mirror/pub/gimp/v2.8/",
"re": "0.0_LATEST-IS-([\\d.]+)"
},
"autoupdate": {
"url": "https://download.gimp.org/mirror/pub/gimp/v$majorVersion.$minorVersion/windows/gimp-$version-setup.exe",
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}