mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "1.22.1",
|
|
"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.22.1/sdk/dartsdk-windows-x64-release.zip",
|
|
"hash": "7406910edb00d139cb545cb0baa6574297a600de6d4ac21043817304359635c0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.1/sdk/dartsdk-windows-ia32-release.zip",
|
|
"hash": "9d0f0ad1c13c12a2a8933c76b290155f43d1765c04a84b88886d59cf66ca16f0"
|
|
}
|
|
},
|
|
"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": {
|
|
"mode": "extract",
|
|
"type": "sha256",
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|