{
    "version": "1.11.6",
    "description": "An OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions.",
    "homepage": "https://opentofu.org/",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/opentofu/opentofu/releases/download/v1.11.6/tofu_1.11.6_windows_amd64.zip",
            "hash": "78cc3a836fbaeaee829850c16988739225a7e620827e4d33da7353525276583b"
        },
        "32bit": {
            "url": "https://github.com/opentofu/opentofu/releases/download/v1.11.6/tofu_1.11.6_windows_386.zip",
            "hash": "f7551cb9d2e908ba68f355310c945baa0539b269195aa74cbc6aac22e913abc0"
        }
    },
    "bin": "tofu.exe",
    "checkver": {
        "github": "https://github.com/opentofu/opentofu"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/opentofu/opentofu/releases/download/v$version/tofu_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/opentofu/opentofu/releases/download/v$version/tofu_$version_windows_386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/tofu_$version_SHA256SUMS"
        }
    }
}
