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