mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
24 lines
799 B
JSON
24 lines
799 B
JSON
{
|
|
"version": "1.17.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/stable/release/1.17.0/sdk/dartsdk-windows-x64-release.zip",
|
|
"hash": "444e6901e2bad39c9543c22451ce5fe98de01faf221db4ac8d62db7896a47bba"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/1.17.0/sdk/dartsdk-windows-ia32-release.zip",
|
|
"hash": "516fd04b86be3d416f5cfef7009ba205df5be43a4e3fbf335f95c804c0a49a97"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "http://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
|
|
"re": "\"version\":\\s*\"([0-9\\.]+)\""
|
|
}
|
|
}
|