forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchromium.json
37 lines (37 loc) · 1.29 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": "68.0.3440.84-r561733",
"license": "BSD-3-Clause",
"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/v68.0.3440.84-r561733-win64/chromium-sync.zip",
"hash": "8500aa07a439d61dd3a39d80647dfbda196411505835c665e3ea13d3d668e6d6"
},
"32bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v68.0.3440.84-r561733-win32/chromium-sync.zip",
"hash": "bfff7c77ed55eeeb44ac4ad49a84fc05684129da4fa2f1c81a5558164e9fe6e7"
}
},
"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"
}
}
}
}