2025-09-13 12:31:17 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.54.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.54.0/aqua_windows_amd64.zip",
"hash": "5a2419a8aeae591617ac6c623d285691b14dba23ed057773e66110a103dda61b"
},
"arm64": {
"url": "https://github.com/aquaproj/aqua/releases/download/v2.54.0/aqua_windows_arm64.zip",
"hash": "3cdccf14923cd5a9b0eaf7e2c0026106df51c0888768cc1aa1ff9bd4fb5625ff"
}
},
"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"
}
}
}