From 2d730994ccf554b56dd6da8cd8b04f76384e0dcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:35:17 +0000 Subject: [PATCH] opentofu: Update to version 1.8.5 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index 25deda98a6..b4eb56f9bc 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.8.4", + "version": "1.8.5", "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.4/tofu_1.8.4_windows_amd64.zip", - "hash": "ca51255bd938e7c52ff10a044cbc5ef4d7f7013b7b3efcdafaf7fa05f48be916" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.5/tofu_1.8.5_windows_amd64.zip", + "hash": "8bcd1317392a7b1ce149c5dafc886497219f560527fe10ed0d58863120d59e67" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.4/tofu_1.8.4_windows_386.zip", - "hash": "b995c15bd1a569ff6c44ef432e1b65e00a6a1c3bf3149b74e82523761caf9dfd" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.5/tofu_1.8.5_windows_386.zip", + "hash": "65aadd14ef39eea8d4c3f1ee4579c2a46adb2f5fa5631324c48f086d4e7fa65c" } }, "bin": "tofu.exe",