ScoopInstaller_Main/bucket/opentofu.json
2024-07-29 16:29:46 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.8.0",
"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.0/tofu_1.8.0_windows_amd64.zip",
"hash": "4acdd23d3cb2e9cf144658aa898d290acdc9a9ca42ea7dc6f45cb5ac0fd0b1cd"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.8.0/tofu_1.8.0_windows_386.zip",
"hash": "99315160e1bfb81e799748aefcb4bcfa28a54cd728ea59dc5bac382c94c238cf"
}
},
"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"
}
}
}