mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "2.14.3",
|
|
"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.14.3/sdk/dartsdk-windows-x64-release.zip",
|
|
"hash": "3aa5d8e61dc6bed4732f79039f160bd91b7c53a285ce5981bab5f265362a1241"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.14.3/sdk/dartsdk-windows-ia32-release.zip",
|
|
"hash": "cb15e49b95d96ba51db12d0e8ea4a94a225bec4f325cf1b3f2759338be7720ad"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|