{
    "version": "1.6.1",
    "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.6.1/tofu_1.6.1_windows_amd64.zip",
            "hash": "4c77f22ec92bfd03e22beab6e8aeffe6957ee5797588f0b23d55391b7ebf90e0"
        },
        "32bit": {
            "url": "https://github.com/opentofu/opentofu/releases/download/v1.6.1/tofu_1.6.1_windows_386.zip",
            "hash": "5e9d4c20962b00454b5b5b4266a2ca1e9e757fba62535ae475c18efe54b4bb79"
        }
    },
    "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_1.6.0_SHA256SUMS"
        }
    }
}
