2025-09-30 20:28:45 +00:00

29 lines
951 B
JSON

{
"version": "3.9.4",
"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/3.9.4/sdk/dartsdk-windows-x64-release.zip",
"hash": "d93e23a5ee0d5d4422e38b2eac9078f42ab44ba89ee659bb0a454719b576b284"
}
},
"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"
}
},
"hash": {
"url": "$url.sha256sum"
}
}
}