2019-09-27 13:00:18 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.5.1",
"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.5.1/sdk/dartsdk-windows-x64-release.zip",
"hash": "58507ccfd84ce29699e1bf16b541d48f97c51a36069097b184b206dcbd0311a4"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.5.1/sdk/dartsdk-windows-ia32-release.zip",
"hash": "cd54663e43811cf6c0ad216d5c0a19487ffdc48ced91345db004deeccf91aefd"
}
},
"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"
}
}
}