From 03d5d762c1c2d94d551fb09a960273b1f2b88b8d Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 11 Jan 2024 11:26:11 +0000 Subject: [PATCH] opentofu: Add version 1.6.0 (#5414) Signed-off-by: Steve Hipwell --- bucket/opentofu.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/opentofu.json diff --git a/bucket/opentofu.json b/bucket/opentofu.json new file mode 100644 index 0000000000..205f815321 --- /dev/null +++ b/bucket/opentofu.json @@ -0,0 +1,33 @@ +{ + "version": "1.6.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.6.0/tofu_1.6.0_windows_amd64.zip", + "hash": "9fcd60bdecd6b335392a4dddd850dd1872a3ba1091f77079eee3730fe43d3650" + }, + "32bit": { + "url": "https://github.com/opentofu/opentofu/releases/download/v1.6.0/tofu_1.6.0_windows_386.zip", + "hash": "aad5a2de06a0af4f5348f975e9326994123663283a7f6ff7a0615044fed44bd3" + } + }, + "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" + } + } +}