2025-03-20 08:29:51 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.46.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.46.0/aqua_windows_amd64.zip",
"hash": "e3664511f2d199f776f5b310901f5d4da8b961c9fceb90e6ff455603a6419de2"
},
"arm64": {
"url": "https://github.com/aquaproj/aqua/releases/download/v2.46.0/aqua_windows_amd64.zip",
"hash": "e3664511f2d199f776f5b310901f5d4da8b961c9fceb90e6ff455603a6419de2"
}
},
"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_amd64.zip"
}
},
"hash": {
"url": "$baseurl/aqua_$version_checksums.txt"
}
}
}