2024-03-10 16:26:53 +00:00

34 lines
1.2 KiB
JSON

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