mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.55.0",
|
|
"description": "Declarative CLI version manager written in Go",
|
|
"homepage": "https://aquaproj.github.io/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v2.55.0/aqua_windows_amd64.zip",
|
|
"hash": "741873952ca6cc9b6a718480272479710187c63569de60ecdc73d3eabb5014d2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v2.55.0/aqua_windows_arm64.zip",
|
|
"hash": "0e3ff5733276384978543e68679ffe8da886a53d141a5be33da636848eb6843b"
|
|
}
|
|
},
|
|
"bin": "aqua.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/aquaproj/aqua"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v$version/aqua_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/aquaproj/aqua/releases/download/v$version/aqua_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/aqua_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|