2023-03-01 16:33:06 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.19.3",
"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.19.3/sdk/dartsdk-windows-x64-release.zip",
"hash": "15272f871cb25f5476e0c2e2b23f30ae7b269f83a6516f1c66977810ce4a3541"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.19.3/sdk/dartsdk-windows-ia32-release.zip",
"hash": "3ee17abb62b3d3c01505c7ed2ac4b74016cf766616232a0716aa053cc4c5cf9d"
}
},
"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"
}
}
}