2020-05-14 11:01:48 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.8.2",
"license": "BSD-3-Clause",
"homepage": "https://www.dartlang.org/",
"description": "SDK for the Dart programming language",
"extract_dir": "dart-sdk",
"env_add_path": "bin",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.8.2/sdk/dartsdk-windows-x64-release.zip",
"hash": "9737076797ee4713aa7c389b3e965403ed973e4b09ae2cd5ceb8701f46110011"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.8.2/sdk/dartsdk-windows-ia32-release.zip",
"hash": "46e2edd2925911dd1b277d586c4502b3def7b9b2d4ef8f16b3195a35392993b9"
}
},
"checkver": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
"jp": "$.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"
}
}
}