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