2024-04-06 13:11:25 +00:00

34 lines
1.2 KiB
JSON

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