mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
29 lines
951 B
JSON
29 lines
951 B
JSON
{
|
|
"version": "3.9.1",
|
|
"description": "SDK for the Dart programming language",
|
|
"homepage": "https://dart.dev/",
|
|
"license": "BSD-3-Clause",
|
|
"extract_dir": "dart-sdk",
|
|
"env_add_path": "bin",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/3.9.1/sdk/dartsdk-windows-x64-release.zip",
|
|
"hash": "92b7ce2af0325d11085a4e60194dfa62ec72f5606c192f2d9cdfb4d8c86b4a0c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|