2024-04-05 13:11:32 +00:00

34 lines
1.2 KiB
JSON

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