2025-11-25 20:30:35 +00:00

29 lines
953 B
JSON

{
"version": "3.10.2",
"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.10.2/sdk/dartsdk-windows-x64-release.zip",
"hash": "77d5a110d048a9c3093e8b74f82d933c8ea9353fb7706b0f6e755062049752ef"
}
},
"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"
}
}
}