2025-04-19 08:30:20 +00:00

34 lines
1.2 KiB
JSON

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