forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chromium.json
37 lines (37 loc) · 1.34 KB
/
chromium.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
37
{
"version": "61.0.3163.100-r488528",
"license": "https://chromium.googlesource.com/chromium/src/+/master/LICENSE",
"homepage": "https://www.chromium.org",
"checkver": {
"url": "https://chromium.woolyss.com/api/v3/?os=windows&bit=64&type=stable-codecs-sync&out=string",
"re": "v([\\d.]+-r(?:\\d+))-win64"
},
"bin": "chrome.exe",
"extract_dir": "chrome-win32",
"shortcuts": [
[
"chrome.exe",
"Chromium"
]
],
"architecture": {
"64bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v61.0.3163.100-r488528-win64/chromium-sync.zip",
"hash": "01cd4e6fb700527d0cc4fc6e7d8b6d81e643af8bdc2bf3f73481d29a0d3589a7"
},
"32bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v61.0.3163.100-r488528-win32/chromium-sync.zip",
"hash": "65616b1cf7cbd5568af0a33d3c1112ad0011484d8fe09d9bcdf3c3ec3ae4c6f3"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v$version-win64/chromium-sync.zip"
},
"32bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v$version-win32/chromium-sync.zip"
}
}
}
}