-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathguetzli.json
36 lines (36 loc) · 1.25 KB
/
guetzli.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://github.com/google/guetzli",
"version": "1.0.1",
"license": "https://github.com/google/guetzli/blob/master/LICENSE",
"architecture": {
"64bit": {
"url":
"https://github.com/google/guetzli/releases/download/v1.0.1/guetzli_windows_x86-64.exe#/guetzli.exe",
"hash":
"bbac41d606c96cc57a94c802e581591647d6e1cfc83a97522509edbd392faeca"
},
"32bit": {
"url":
"https://github.com/google/guetzli/releases/download/v1.0.1/guetzli_windows_x86.exe#/guetzli.exe",
"hash":
"7fb69c00a99a9c0fd7e47f4d263b74c68a7e63405fc27784d955895e8b7f2061"
}
},
"extract_dir": "guetzli",
"bin": "guetzli.exe",
"checkver": {
"github": "https://github.com/google/guetzli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url":
"https://github.com/google/guetzli/releases/download/v$version/guetzli_windows_x86-64.exe#/guetzli.exe"
},
"32bit": {
"url":
"https://github.com/google/guetzli/releases/download/v$version/guetzli_windows_x86.exe#/guetzli.exe"
}
}
}
}