{
    "version": "0.54.0",
    "description": "YAML templating tool that works on YAML structure instead of text",
    "homepage": "https://carvel.dev/ytt",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/carvel-dev/ytt/releases/download/v0.54.0/ytt-windows-amd64.exe#/ytt.exe",
            "hash": "7a7530de7e7e54cf2326ff491b337bf4c673f2d8a404159e033a45a6d6067b8c"
        },
        "arm64": {
            "url": "https://github.com/carvel-dev/ytt/releases/download/v0.54.0/ytt-windows-arm64.exe#/ytt.exe",
            "hash": "0ea235e08c5c828c37acf2717893cd1fdbc35e0ae25c93c47c47f51f53cdddaf"
        }
    },
    "bin": "ytt.exe",
    "checkver": {
        "github": "https://github.com/carvel-dev/ytt"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/carvel-dev/ytt/releases/download/v$version/ytt-windows-amd64.exe#/ytt.exe"
            },
            "arm64": {
                "url": "https://github.com/carvel-dev/ytt/releases/download/v$version/ytt-windows-arm64.exe#/ytt.exe"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
