mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 13:21:19 +00:00
24 lines
799 B
JSON
24 lines
799 B
JSON
{
|
|
"version": "1.16.1",
|
|
"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/stable/release/1.16.1/sdk/dartsdk-windows-x64-release.zip",
|
|
"hash": "a15abbb2da63f3892c971e5a95f1100dcf35a846d3784a49b336d4301ee51d7f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/1.16.1/sdk/dartsdk-windows-ia32-release.zip",
|
|
"hash": "f769fc2da317fc4835da4ce3d0505c1f90a53952ccb5dae687cfc65b14d8eee5"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "http://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
|
|
"re": "\"version\":\\s*\"([0-9\\.]+)\""
|
|
}
|
|
}
|