{
    "version": "0.45.3",
    "description": "Carvel vendir is a tool that makes it easy to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively",
    "homepage": "https://carvel.dev/vendir/",
    "license": "Apache-2.0",
    "notes": "See https://carvel.dev/vendir/#examples for some examples",
    "architecture": {
        "64bit": {
            "url": "https://github.com/vmware-tanzu/carvel-vendir/releases/download/v0.45.3/vendir-windows-amd64.exe#/vendir.exe",
            "hash": "5d73e1c1eccf245585887c99ebe004712adfaa5db66b212066df37b572475fca"
        }
    },
    "bin": "vendir.exe",
    "checkver": {
        "github": "https://github.com/vmware-tanzu/carvel-vendir"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vmware-tanzu/carvel-vendir/releases/download/v$version/vendir-windows-amd64.exe#/vendir.exe",
                "hash": {
                    "url": "https://github.com/vmware-tanzu/carvel-vendir/releases",
                    "regex": "$sha256  \\./vendir-windows-amd64\\.exe"
                }
            }
        }
    }
}
