ScoopInstaller_Main/bucket/opentofu.json
2026-02-12 16:39:57 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.11.5",
"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.5/tofu_1.11.5_windows_amd64.zip",
"hash": "74a99d9681a7d55e72e14a57621d857190e2b642fd552b5c914c609b79e27d05"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.11.5/tofu_1.11.5_windows_386.zip",
"hash": "6a82f944ca4d30181d23575621b00271dbbce012ec753fc5e80b0131fac3910b"
}
},
"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"
}
}
}