2020-10-15 16:24:12 +02:00

36 lines
1.4 KiB
JSON

{
"version": "2.10.2",
"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.10.2/sdk/dartsdk-windows-x64-release.zip",
"hash": "c6d130e7e56df53a7ddcf476371835d147fb9a0d373a932af654ca94f0bb23b2"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.2/sdk/dartsdk-windows-ia32-release.zip",
"hash": "10e3f2937ca8e899f04392a1c74a410c539703ec7bd77fc3bb4f63d3e51736d5"
}
},
"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"
}
}
}