forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dartium.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.22.1",
"license": "BSD",
"homepage": "https://www.dartlang.org/",
"extract_dir": "dartium-win-ia32-stable-1.22.1.0",
"bin": [
[
"chrome.exe",
"dartium",
""
]
],
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.1/dartium/dartium-windows-ia32-release.zip",
"hash": "6c66a13bf4fdff1eddb16165dd605facdc0f23d465da7ad8f85f1deb3f189b28",
"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"
}
}
}