From a9223c66194b510b14c14109f80151bef601c5fd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:58:56 +0000 Subject: [PATCH 1/2] tenv 1.11.7 --- Formula/t/tenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index 220c3b5fcec14..aa4d1e20e6880 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -1,8 +1,8 @@ class Tenv < Formula desc "OpenTofu / Terraform / Terragrunt / Atmos version manager" homepage "https://tofuutils.github.io/tenv/" - url "https://github.com/tofuutils/tenv/archive/refs/tags/v1.11.6.tar.gz" - sha256 "32a53c88b478139143eb8ff1a738604b06fcbb38d1978dc91f209307f7219f04" + url "https://github.com/tofuutils/tenv/archive/refs/tags/v1.11.7.tar.gz" + sha256 "c7aa879d6067cfad2313823b8db606f1f23a3fc91883d7a8e84c79376417bf08" license "Apache-2.0" head "https://github.com/tofuutils/tenv.git", branch: "main" From de154b576651094a83a9327e4c08a332640178f7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:50:59 +0000 Subject: [PATCH 2/2] tenv: update 1.11.7 bottle. --- Formula/t/tenv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index aa4d1e20e6880..36d50347df21c 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -7,13 +7,13 @@ class Tenv < Formula head "https://github.com/tofuutils/tenv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef88ee9d631ac46ca69469554d9fb057bfe5e417d0b8750d3346a94ba6fdfe09" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ef88ee9d631ac46ca69469554d9fb057bfe5e417d0b8750d3346a94ba6fdfe09" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ef88ee9d631ac46ca69469554d9fb057bfe5e417d0b8750d3346a94ba6fdfe09" - sha256 cellar: :any_skip_relocation, sonoma: "46210156564d00afceb7a41a3a0cfca207643046c5f396f40153245fb42f0a5a" - sha256 cellar: :any_skip_relocation, ventura: "46210156564d00afceb7a41a3a0cfca207643046c5f396f40153245fb42f0a5a" - sha256 cellar: :any_skip_relocation, monterey: "46210156564d00afceb7a41a3a0cfca207643046c5f396f40153245fb42f0a5a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e28e605843decba13e767e2fdb0331dd24a7ce6b12739bdfc3414707a76f3cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f2ad49a4f80d86d777216cb8295ffef2e97c782019d60d71f3f9d3dee52430e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2f2ad49a4f80d86d777216cb8295ffef2e97c782019d60d71f3f9d3dee52430e" + sha256 cellar: :any_skip_relocation, arm64_monterey: "2f2ad49a4f80d86d777216cb8295ffef2e97c782019d60d71f3f9d3dee52430e" + sha256 cellar: :any_skip_relocation, sonoma: "79cfe9ee071398e344cc79bf3592336616a81b8581e4a9fde6fdfb9c29ff0347" + sha256 cellar: :any_skip_relocation, ventura: "79cfe9ee071398e344cc79bf3592336616a81b8581e4a9fde6fdfb9c29ff0347" + sha256 cellar: :any_skip_relocation, monterey: "79cfe9ee071398e344cc79bf3592336616a81b8581e4a9fde6fdfb9c29ff0347" + sha256 cellar: :any_skip_relocation, x86_64_linux: "40dc493685bfe6aac9ce6c2630de859b6e1272c7587d3a7d8d42ccc59dc89fde" end depends_on "go" => :build