forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdartium-dev.json
26 lines (26 loc) · 929 Bytes
/
dartium-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
{
"version": "1.25.0-dev.6.0",
"license": "BSD",
"homepage": "https://www.dartlang.org/",
"extract_dir": "dartium-win-ia32-dev-1.25.0-dev.6.0.0",
"bin": [
[
"chrome.exe",
"dartium",
""
]
],
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/1.25.0-dev.6.0/dartium/dartium-windows-ia32-release.zip",
"hash": "21b2d945372727c52b113d8261ca8971ab67145bd2d2224fd00015fe4444915b",
"checkver": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/latest/VERSION",
"re": "\"version\":\\s*\"(.*)\","
},
"autoupdate": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/$version/dartium/dartium-windows-ia32-release.zip",
"extract_dir": "dartium-win-ia32-dev-$version.0",
"hash": {
"url": "$url.sha256sum"
}
}
}