forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dart-dev.json
23 lines (23 loc) · 819 Bytes
/
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
{
"version": "1.21.0-dev.11.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.21.0-dev.11.0/sdk/dartsdk-windows-x64-release.zip",
"hash": "389079a986cd4ac045911e6ea1e4e29b226ce518973da96a6934cf0c3f7b8e26"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/dev/release/1.21.0-dev.11.0/sdk/dartsdk-windows-ia32-release.zip",
"hash": "4ccec9fb90728e93f2e424c08e749224512f2c5ab1cb5e0d6abab1eea2ec3cf6"
}
},
"checkver": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
"re": "\"version\":\\s*\"([\\d.]+)\""
}
}