From 51ec7eabdd74f8683a7a5b827e2e04447840389f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:27:46 +0000 Subject: [PATCH] opentofu: Update to version 1.6.2 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index c366c8d872..fd78ffe513 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.6.1", + "version": "1.6.2", "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.6.1/tofu_1.6.1_windows_amd64.zip", - "hash": "4c77f22ec92bfd03e22beab6e8aeffe6957ee5797588f0b23d55391b7ebf90e0" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.6.2/tofu_1.6.2_windows_amd64.zip", + "hash": "c5150e390374838f236df5a694ed319664c641335fc8a7b908b2be2feadae40c" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.6.1/tofu_1.6.1_windows_386.zip", - "hash": "5e9d4c20962b00454b5b5b4266a2ca1e9e757fba62535ae475c18efe54b4bb79" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.6.2/tofu_1.6.2_windows_386.zip", + "hash": "06e11baf8ff3aa9a67e3bb7545157ed782273f129b9b0e34d87968bc71bb4948" } }, "bin": "tofu.exe",