forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dart-dev.json
36 lines (36 loc) · 1.33 KB
/
dart-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
31
32
33
34
35
36
{
"version": "2.0.0-dev.69.5",
"license": "BSD-3-Clause",
"homepage": "https://www.dartlang.org/",
"extract_dir": "dart-sdk",
"env_add_path": [
"bin"
],
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/2.0.0-dev.69.5/sdk/dartsdk-windows-x64-release.zip",
"hash": "aa277cd220868c6ad5bad6b5df2719398bbde65e10409713e781be09ef8ce494"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/2.0.0-dev.69.5/sdk/dartsdk-windows-ia32-release.zip",
"hash": "985184530f205942fd1c18470e583e8006b92940d6068311350092d30fe89ed9"
}
},
"checkver": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/latest/VERSION",
"re": "\"version\":\\s*\"(.*)\","
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/$version/sdk/dartsdk-windows-x64-release.zip"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/$version/sdk/dartsdk-windows-ia32-release.zip"
}
},
"hash": {
"url": "$url.sha256sum"
}
}
}