2025-01-06 16:30:52 +00:00

34 lines
1.2 KiB
JSON

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