{
    "version": "4.12.0",
    "description": "OpenTofu, Terraform, Terragrunt, and Atmos version manager, written in Go.",
    "homepage": "https://tofuutils.github.io/tenv/",
    "license": "Apache-2.0",
    "architecture": {
        "32bit": {
            "url": "https://github.com/tofuutils/tenv/releases/download/v4.12.0/tenv_v4.12.0_Windows_i386.zip",
            "hash": "35723cdc525da2d02acd235160c59dd894e1997d3fdb1ee8f37c63c2ca15ea5b"
        },
        "64bit": {
            "url": "https://github.com/tofuutils/tenv/releases/download/v4.12.0/tenv_v4.12.0_Windows_x86_64.zip",
            "hash": "c43feb0daaa68c4fee893cc9c90b094387bca428c49caa7a4f307fdc1ec1eb33"
        },
        "arm64": {
            "url": "https://github.com/tofuutils/tenv/releases/download/v4.12.0/tenv_v4.12.0_Windows_arm64.zip",
            "hash": "feca3cf84054d67afbf1af6ef81f64b8fecd3003a69e4af25bee44db4bf14e48"
        }
    },
    "bin": [
        "atmos.exe",
        "tenv.exe",
        "terraform.exe",
        "terragrunt.exe",
        "tf.exe",
        "tofu.exe"
    ],
    "checkver": {
        "github": "https://github.com/tofuutils/tenv"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/tofuutils/tenv/releases/download/v$version/tenv_v$version_Windows_i386.zip"
            },
            "64bit": {
                "url": "https://github.com/tofuutils/tenv/releases/download/v$version/tenv_v$version_Windows_x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/tofuutils/tenv/releases/download/v$version/tenv_v$version_Windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/tenv_v$version_checksums.txt"
        }
    }
}
