mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
24 lines
799 B
JSON
24 lines
799 B
JSON
{
|
|
"version": "1.19.0",
|
|
"license": "BSD",
|
|
"homepage": "https://www.dartlang.org/",
|
|
"extract_dir": "dart-sdk",
|
|
"env_add_path": [
|
|
"bin"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/1.19.0/sdk/dartsdk-windows-x64-release.zip",
|
|
"hash": "5fc7b7095f43bd6d974d2fe851c1bca59394545e30b3f0e12bc3ebc67911b594"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/1.19.0/sdk/dartsdk-windows-ia32-release.zip",
|
|
"hash": "5337b141b2633c50c0d502739bb0c60f7752d9fc516cebe9b057b7b1b2a82081"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "http://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
|
|
"re": "\"version\":\\s*\"([0-9\\.]+)\""
|
|
}
|
|
}
|