ScoopInstaller_Main/bucket/opentofu.json
2024-12-26 16:30:33 +00:00

34 lines
1.3 KiB
JSON

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