2022-02-03 16:29:56 +00:00

36 lines
1.4 KiB
JSON

{
"version": "2.16.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.16.0/sdk/dartsdk-windows-x64-release.zip",
"hash": "12bfcec1f97f7ef691f81361c00eab665399c6d96c19d888ab85ffc093bca67d"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.16.0/sdk/dartsdk-windows-ia32-release.zip",
"hash": "3ecc7e342dcf0b431f9530ba4554d3e5fc3c191f5e3790a992d75f79ce9beaae"
}
},
"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"
}
}
}