2025-02-24 00:37:10 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.45.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.45.0/aqua_windows_amd64.zip",
"hash": "85c2535ae4f423a525783d510f116ce5d9f471658b8dd8fec07c8b4815c0fffd"
},
"arm64": {
"url": "https://github.com/aquaproj/aqua/releases/download/v2.45.0/aqua_windows_amd64.zip",
"hash": "85c2535ae4f423a525783d510f116ce5d9f471658b8dd8fec07c8b4815c0fffd"
}
},
"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"
}
}
}