2019-05-08 12:00:30 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.3.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.3.0/sdk/dartsdk-windows-x64-release.zip",
"hash": "0b095fe80ea50b17f70c154980ce0cdfa0c2709b9eae739b39c00b42185a6ccf"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.3.0/sdk/dartsdk-windows-ia32-release.zip",
"hash": "0836ddd60de68532c7949877eb1048c1931dd89fb7967ce9619f68378464a91b"
}
},
"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"
}
}
}