2025-12-23 12:32:27 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.56.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.56.0/aqua_windows_amd64.zip",
"hash": "6d1892f8bcb0868bd34ee97ca712b4de0f8a68adeb3f19d552f6a62f1a6431e0"
},
"arm64": {
"url": "https://github.com/aquaproj/aqua/releases/download/v2.56.0/aqua_windows_arm64.zip",
"hash": "ca072548df97812ecac3bf863d5e06623cf7eb69c6cfa755719ee7695607b80c"
}
},
"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_arm64.zip"
}
},
"hash": {
"url": "$baseurl/aqua_$version_checksums.txt"
}
}
}