{
    "version": "0.44.0",
    "description": "Helm-like configuration values loader with support for various sources",
    "homepage": "https://github.com/variantdev/vals",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/variantdev/vals/releases/download/v0.44.0/vals_0.44.0_windows_amd64.tar.gz",
            "hash": "bf2a0d2f9d7393d58951a355eac845b8e82215cdb423ad16621adf1ecad2d6a0"
        },
        "32bit": {
            "url": "https://github.com/variantdev/vals/releases/download/v0.44.0/vals_0.44.0_windows_386.tar.gz",
            "hash": "00d54eeb9fc302d63be2f6bf04a09b7f9a995fd7fb04545060e76a13cb7e3db3"
        }
    },
    "bin": "vals.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/variantdev/vals/releases/download/v$version/vals_$version_windows_amd64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/variantdev/vals/releases/download/v$version/vals_$version_windows_386.tar.gz"
            }
        }
    }
}
