ScoopInstaller_Main/bucket/opentofu.json
2025-12-09 20:30:14 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.11.0",
"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.0/tofu_1.11.0_windows_amd64.zip",
"hash": "382812fa10bae65e069de43d987433d67cd05052ba9a3a88071e03e83dce2a6f"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.11.0/tofu_1.11.0_windows_386.zip",
"hash": "d934d41b66d566b95b538613bbdf72a0780330579fa1c0a1c8ecd925eeb0d3db"
}
},
"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"
}
}
}