2020-05-06 11:06:25 +02:00

36 lines
1.3 KiB
JSON

{
"version": "2.8.1",
"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.8.1/sdk/dartsdk-windows-x64-release.zip",
"hash": "f02134754a648ebb9d26f85a64b193f91293a0baedc60b56a3a252644f084c47"
},
"32bit": {
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.8.1/sdk/dartsdk-windows-ia32-release.zip",
"hash": "4310a4ae431f49733c044a528b4a5c270b7ded58c5f2af9b99e9d9c26414ab88"
}
},
"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"
}
}
}