forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchromium-dev.json
30 lines (30 loc) · 929 Bytes
/
chromium-dev.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
{
"version": "73.0.3654.0-r619063",
"license": "BSD-3-Clause",
"homepage": "https://www.chromium.org",
"checkver": {
"url": "https://chromium.woolyss.com/api/v3/?os=windows&bit=64&type=dev-codecs-sync&out=string",
"re": "v([\\d.]+-r(?:\\d+))-win64"
},
"bin": "chrome.exe",
"extract_dir": "chrome-win32",
"shortcuts": [
[
"chrome.exe",
"Chromium (dev)"
]
],
"architecture": {
"64bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v73.0.3654.0-r619063-win64/chromium-sync.zip",
"hash": "cb78e71f945766da420c58ccf83f0fe635593ccbd0d60e00c1f8113a9735770b"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v$version-win64/chromium-sync.zip"
}
}
}
}