Skip to content

Commit b81f548

Browse files
authored
Merge pull request Homebrew#195853 from Homebrew/bump-tenv-3.2.9
tenv 3.2.9
2 parents da4dbee + e965f0c commit b81f548

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tenv.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Tenv < Formula
22
desc "OpenTofu / Terraform / Terragrunt / Atmos version manager"
33
homepage "https://tofuutils.github.io/tenv/"
4-
url "https://github.com/tofuutils/tenv/archive/refs/tags/v3.2.8.tar.gz"
5-
sha256 "73e21934722a92449d3c1fef819cf9d92478b2470062f5c527b70b2535693a2a"
4+
url "https://github.com/tofuutils/tenv/archive/refs/tags/v3.2.9.tar.gz"
5+
sha256 "0a0cbf6b7bd9674750e6f5619698d1bf0a82841bb514ffdf5ed648ce5f11b594"
66
license "Apache-2.0"
77
head "https://github.com/tofuutils/tenv.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1a0cceabb6b82e0b5b397e91a828abb140c1e14c73b10aee755221b140b8126"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1a0cceabb6b82e0b5b397e91a828abb140c1e14c73b10aee755221b140b8126"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1a0cceabb6b82e0b5b397e91a828abb140c1e14c73b10aee755221b140b8126"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ae9cd06b7b7d29908386419fbb5cd0faf7e5f66cb755c257aa8654d4a123adf3"
14-
sha256 cellar: :any_skip_relocation, ventura: "ae9cd06b7b7d29908386419fbb5cd0faf7e5f66cb755c257aa8654d4a123adf3"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9043b10a0fc5724278c80083ec0a98355c7f77c14efb5c019dc81ec3cd4f363"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3c5e71b3a03b6fd8256515655f53ff69630230c45999d8887cc2b16e530e395"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3c5e71b3a03b6fd8256515655f53ff69630230c45999d8887cc2b16e530e395"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a3c5e71b3a03b6fd8256515655f53ff69630230c45999d8887cc2b16e530e395"
13+
sha256 cellar: :any_skip_relocation, sonoma: "dae4db875068229b5d27f1c9cd51484df34f2cda25769b65d380ad77737b9de1"
14+
sha256 cellar: :any_skip_relocation, ventura: "dae4db875068229b5d27f1c9cd51484df34f2cda25769b65d380ad77737b9de1"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddf9652dcbbb396f804d31635e56adddc16719e661405c5551241ff68bf59a15"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)