ScoopInstaller_Main/bucket/opentofu.json
2025-11-06 16:30:34 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.10.7",
"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.7/tofu_1.10.7_windows_amd64.zip",
"hash": "34592ae18259e93a9cea648ae59aae05e2030d128d053383bd95f1b37fa94f71"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.10.7/tofu_1.10.7_windows_386.zip",
"hash": "58a1ea70ebe582abda7ea233437d89eaabf380bf49aa95bb912105bbc7c40e44"
}
},
"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"
}
}
}