{
    "version": "9.2.0",
    "description": "Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience. (CLI)",
    "homepage": "https://aptosnetwork.com",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v9.2.0/aptos-cli-9.2.0-Windows-x86_64.zip",
            "hash": "fb58cf2493eaabd830a896efb598352b6b10d9c831eecd9409d1c76ad7383678"
        }
    },
    "bin": "aptos.exe",
    "checkver": {
        "github": "https://api.github.com/repos/aptos-labs/aptos-core/releases",
        "jsonpath": "$[?(@.prerelease == false)].assets[?(@.name =~ /aptos-cli/i)].browser_download_url",
        "regex": "(?i)download/aptos-cli-v([\\d.]+)/aptos-cli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v$version/aptos-cli-$version-Windows-x86_64.zip"
            }
        }
    }
}
