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.1.0-dev.2.0",
"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.0-dev.2.0/sdk/dartsdk-windows-x64-release.zip",
"hash": "4daf7f3fcfe720840e7d68b6b80ff9fc8f690958394d807feba3833d012a9013"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/2.1.0-dev.2.0/sdk/dartsdk-windows-ia32-release.zip",
"hash": "66f5e7fef07084b693e8dca1521e2dfa0fbd7e88733c963bbbf2da0cdf8fee31"
}
},
"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"
}
}
}