ScoopInstaller_Main/bucket/opentofu.json
2025-07-15 16:30:13 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.10.3",
"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.3/tofu_1.10.3_windows_amd64.zip",
"hash": "ab6e405f0c63f103e72845f50997ee5b4fe20fd274edfde1bfcdb55dce20bf0a"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.10.3/tofu_1.10.3_windows_386.zip",
"hash": "c2468322acc31abebfe3e84d2b0df1beb6f710a7a18e1f72862407929c6577b8"
}
},
"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"
}
}
}