{
    "version": "2.58.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.58.0/aqua_windows_amd64.zip",
            "hash": "d41095bd9a28771e54bdf2d5cc2584c44a41bb0917e99c664ea42f687c05cbf5"
        },
        "arm64": {
            "url": "https://github.com/aquaproj/aqua/releases/download/v2.58.0/aqua_windows_arm64.zip",
            "hash": "77ce7207a7a78c0648e6fbb449b02569362557748e266afa66b3e69e76d6d11f"
        }
    },
    "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"
        }
    }
}
