diff --git a/bucket/opentofu.json b/bucket/opentofu.json index 5cb164567a..cfc98405cc 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.7.3", + "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.7.3/tofu_1.7.3_windows_amd64.zip", - "hash": "479745366d7684a4639e07959d963d06b96c6d26353898c354dd25d4e76bb214" + "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.7.3/tofu_1.7.3_windows_386.zip", - "hash": "a6ad20c29e9b9b2d651c40e20562f2721c86e6a2df208a673a5864166f782ee2" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.0/tofu_1.8.0_windows_386.zip", + "hash": "99315160e1bfb81e799748aefcb4bcfa28a54cd728ea59dc5bac382c94c238cf" } }, "bin": "tofu.exe",