diff --git a/Formula/t/tenv.rb b/Formula/t/tenv.rb index 2a51b2b9b6967..1a7e2902d7dd4 100644 --- a/Formula/t/tenv.rb +++ b/Formula/t/tenv.rb @@ -1,18 +1,18 @@ 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" 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