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