{
    "version": "1.1.0",
    "description": "OCI Registry As Storage (ORAS) is the de facto tool for working with OCI Artifacts that are stored in an OCI Registry",
    "homepage": "https://oras.land/cli/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/oras-project/oras/releases/download/v1.1.0/oras_1.1.0_windows_amd64.zip",
            "hash": "2ac83631181d888445e50784a5f760f7f9d97fba3c089e79b68580c496fe68cf"
        }
    },
    "bin": "oras.exe",
    "shortcuts": [
        [
            "oras.exe",
            "oras"
        ]
    ],
    "checkver": {
        "github": "https://github.com/oras-project/oras"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/oras-project/oras/releases/download/v$version/oras_$version_windows_amd64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/oras_$version_checksums.txt",
            "regex": "$sha256\\s+$basename"
        }
    }
}
