mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "2.13.0",
|
|
"description": "SDK for the Dart programming language",
|
|
"homepage": "https://www.dartlang.org/",
|
|
"license": "BSD-3-Clause",
|
|
"extract_dir": "dart-sdk",
|
|
"env_add_path": "bin",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.13.0/sdk/dartsdk-windows-x64-release.zip",
|
|
"hash": "aa0783e26b1973ecb90aa4b5ea0386674c6658ddbefc49d01a2bdf00a54baaee"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.13.0/sdk/dartsdk-windows-ia32-release.zip",
|
|
"hash": "1eb7cc2c612bd5de2c21a038145511d549e24ca73cd1dbce236904e1e94e754b"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
|
|
"jsonpath": "$.version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/$version/sdk/dartsdk-windows-x64-release.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/$version/sdk/dartsdk-windows-ia32-release.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|