2025-05-11 16:29:47 +00:00

34 lines
1.2 KiB
JSON

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