forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchromium-dev-nosync.json
37 lines (37 loc) · 1.35 KB
/
chromium-dev-nosync.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": "62.0.3202.0-r498762",
"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=dev-codecs-nosync&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/v62.0.3202.0-r498762-win64/chromium-nosync.zip",
"hash": "7cd4c65ccb0ace215dacb32278b202d3ff8cf564f18334ee0ddf745cdc138da9"
},
"32bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v62.0.3202.0-r498762-win32/chromium-nosync.zip",
"hash": "0667cacf44c1e9b0286076035c77023860f4da98a42e00b757fd403c628a4b05"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v$version-win64/chromium-nosync.zip"
},
"32bit": {
"url": "https://github.com/henrypp/chromium/releases/download/v$version-win32/chromium-nosync.zip"
}
}
}
}