2019-09-10 08:00:15 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.5.0",
"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.0/sdk/dartsdk-windows-x64-release.zip",
"hash": "0a9904303233729ff55a091f15465d4e3ea259f5cba580a1e5b48233842dff71"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.5.0/sdk/dartsdk-windows-ia32-release.zip",
"hash": "1d2f7f458cd44172ac761a778cf0c4e21386351b343d86b8553e61a05a4a2a84"
}
},
"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"
}
}
}