diff --git a/bucket/opentofu.json b/bucket/opentofu.json index cfc98405cc..9b8031a476 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.8.0", + "version": "1.8.1", "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" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.1/tofu_1.8.1_windows_amd64.zip", + "hash": "b21198e715879ef96e4bec1d4f1da931c65c2f957128b206d55ebd09bff50623" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.0/tofu_1.8.0_windows_386.zip", - "hash": "99315160e1bfb81e799748aefcb4bcfa28a54cd728ea59dc5bac382c94c238cf" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.1/tofu_1.8.1_windows_386.zip", + "hash": "bdddb06283ad67a168f3e04bf89e2a09a402bb72b96d384a1c5b8cc52074a642" } }, "bin": "tofu.exe",