{
    "version": "1.3.2",
    "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.3.2/oras_1.3.2_windows_amd64.zip",
            "hash": "c896f26245f11e6385d52010bb0a65a4e500e1f3244680a6556ed05462fa1c0d"
        }
    },
    "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"
        }
    }
}
