{
    "version": "5.1.0",
    "description": "Template renderer with various datasource support",
    "homepage": "https://github.com/hairyhenderson/gomplate",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/hairyhenderson/gomplate/releases/download/v5.1.0/gomplate_windows-amd64.exe#/gomplate.exe",
            "hash": "sha512:27970c229a4bd59d60e1fc57be7e0f4b4512e3f1daa5d44851b1181125beae7985a465c94b3a405db214c1a9378486908a2717de2f6c84ddd3c24fda2ff8ec5a"
        },
        "32bit": {
            "url": "https://github.com/hairyhenderson/gomplate/releases/download/v5.1.0/gomplate_windows-386.exe#/gomplate.exe",
            "hash": "sha512:f56a8871a5e8cf49b309166a404458b32282757c76e6338b5b9df1f3bb042c57e4883e0db685f7175141481612ef808beb1554b60d2b0f494080232186283e6c"
        }
    },
    "bin": "gomplate.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-amd64.exe#/gomplate.exe"
            },
            "32bit": {
                "url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-386.exe#/gomplate.exe"
            }
        },
        "hash": {
            "url": "$baseurl/checksums-v$version_sha512.txt"
        }
    }
}
