forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dart-dev.json
34 lines (34 loc) · 1.31 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
{
"version": "2.1.1-dev.0.1",
"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.1.1-dev.0.1/sdk/dartsdk-windows-x64-release.zip",
"hash": "1a7fdbd3279d5f7cb7885c47d8beaee44f776955505ce3ec1343c637f8f3a138"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/2.1.1-dev.0.1/sdk/dartsdk-windows-ia32-release.zip",
"hash": "9c0e2c45640f8b4e05e960cc516bc8fdc79e362e1f2749b9bfabb4647d9b37ac"
}
},
"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"
}
}
}