2024-09-23 00:35:51 +00:00

34 lines
1.2 KiB
JSON

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