2024-05-11 04:26:44 +00:00

34 lines
1.2 KiB
JSON

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