2024-03-02 04:26:22 +00:00

34 lines
1.2 KiB
JSON

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