ScoopInstaller_Main/bucket/opentofu.json
2025-12-08 20:30:18 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.10.8",
"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.10.8/tofu_1.10.8_windows_amd64.zip",
"hash": "97c061737edb45d71eaad82c07d267c5d7d24ce94a0b63adf2b0502f9dfd4d55"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.10.8/tofu_1.10.8_windows_386.zip",
"hash": "33405dd3c33ba65fdbdc86a12d51771c2ff2afc8722f5f2985070ec862d3b049"
}
},
"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"
}
}
}