From 0bf943c73c73f265653058287780fea61585c3c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:08:48 +0000 Subject: [PATCH 1/2] tenv 4.0.3 --- 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 2a51b2b9b6967..276caccea886d 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/v4.0.1.tar.gz" - sha256 "71a9111d0310e37f097b7967c04f99f4526092dda98a2f922de6b45e2954a809" + url "https://github.com/tofuutils/tenv/archive/refs/tags/v4.0.3.tar.gz" + sha256 "ad21d996331e3aef325769f18ff08d729cf635e277bd3780ed6cd49c89480e54" license "Apache-2.0" head "https://github.com/tofuutils/tenv.git", branch: "main" From eeec7ea305163b070852eb34326bdc54f71d43e5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:36:52 +0000 Subject: [PATCH 2/2] tenv: update 4.0.3 bottle. --- Formula/t/tenv.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index 276caccea886d..1a7e2902d7dd4 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -7,12 +7,12 @@ class Tenv < Formula head "https://github.com/tofuutils/tenv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd1347d1f18347f8d3b45c6e86b7c205a038eb46d05ce0ac48b13db2d7c78ebe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd1347d1f18347f8d3b45c6e86b7c205a038eb46d05ce0ac48b13db2d7c78ebe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cd1347d1f18347f8d3b45c6e86b7c205a038eb46d05ce0ac48b13db2d7c78ebe" - sha256 cellar: :any_skip_relocation, sonoma: "71def02225730555eb10524bce22140c60aa9969b1848cd8ab287f3eb291127a" - sha256 cellar: :any_skip_relocation, ventura: "71def02225730555eb10524bce22140c60aa9969b1848cd8ab287f3eb291127a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07c9dd90514fccd78dc67db911523e906af92da6b5a2d91941a27b3e13908673" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "248bd6e8a40a030e7fa3ba637fca15092e3cbec248aef73b900a1508a28bb9c4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "248bd6e8a40a030e7fa3ba637fca15092e3cbec248aef73b900a1508a28bb9c4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "248bd6e8a40a030e7fa3ba637fca15092e3cbec248aef73b900a1508a28bb9c4" + sha256 cellar: :any_skip_relocation, sonoma: "35d9e5216c48ee179ff33faf24e86907fb520626a5c45f561bcbbbf73b847f9c" + sha256 cellar: :any_skip_relocation, ventura: "35d9e5216c48ee179ff33faf24e86907fb520626a5c45f561bcbbbf73b847f9c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5f47ab09d2a6125d4454f7e2cb3f3af3607ad234d914292372e5cb186fadc9a1" end depends_on "go" => :build