ScoopInstaller_Main/bucket/opentofu.json
2025-08-01 16:30:33 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.10.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.10.5/tofu_1.10.5_windows_amd64.zip",
"hash": "54dfe6b4b2d4d4d4c2f56870b6e02a433b2f059b3408177092610aa8fd0dcdf0"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.10.5/tofu_1.10.5_windows_386.zip",
"hash": "1e034f9e144660b15a7e86677635d6a89a570f181d2f81424d4adf8fabb859a5"
}
},
"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"
}
}
}