2022-12-14 12:38:33 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.18.6",
"description": "SDK for the Dart programming language",
"homepage": "https://dart.dev/",
"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.18.6/sdk/dartsdk-windows-x64-release.zip",
"hash": "7a15f50e0d95d69765d080a8b54469be1af1ba4ced3ac5ca01b356c8834565f5"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.18.6/sdk/dartsdk-windows-ia32-release.zip",
"hash": "a620579339647eedbc5b34ccf041f86e2b72eb2707c9b66aa568862ae0eca77a"
}
},
"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"
}
}
}