2024-11-20 16:30:41 +00:00

34 lines
1.2 KiB
JSON

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