ScoopInstaller_Main/bucket/opentofu.json
2024-12-05 12:32:17 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.8.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.8.7/tofu_1.8.7_windows_amd64.zip",
"hash": "c63b55b322ca292491d8151cf24f43ba64f3522f896f13b16a49477a362580df"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.8.7/tofu_1.8.7_windows_386.zip",
"hash": "c4b8e975fa3a49e85ac0bcbcfbe9cc0ce91ac2debfe64ac14c3a3a249e35e353"
}
},
"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"
}
}
}