2025-01-06 04:30:19 +00:00

34 lines
1.2 KiB
JSON

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