forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdart-dev.json
36 lines (36 loc) · 1.32 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": "1.25.0-dev.7.0",
"license": "BSD",
"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/1.25.0-dev.7.0/sdk/dartsdk-windows-x64-release.zip",
"hash": "f765cb2dd5a9f7231e263e54466e8c964867c4702fd16ad65e6f54a8c762f079"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/1.25.0-dev.7.0/sdk/dartsdk-windows-ia32-release.zip",
"hash": "edc2b0e079096a293a6e10aa8853019223c91c0d0bfbdf0e73e481810da1484e"
}
},
"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"
}
}
}