Skip to content

Commit

Permalink
Merge pull request #171500 from Homebrew/bump-tenv-1.10.2
Browse files Browse the repository at this point in the history
tenv 1.10.2
  • Loading branch information
BrewTestBot committed May 12, 2024
2 parents 793dad0 + 5aafe3c commit e836872
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/tenv.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Tenv < Formula
desc "OpenTofu / Terraform / Terragrunt version manager"
homepage "https://tofuutils.github.io/tenv/"
url "https://github.com/tofuutils/tenv/archive/refs/tags/v1.10.1.tar.gz"
sha256 "1a5d1716627ff42daf1aa74050107b02667a9f0e41988821b8b1ebb890dca8f4"
url "https://github.com/tofuutils/tenv/archive/refs/tags/v1.10.2.tar.gz"
sha256 "36e8dd7830043c4a7a61d359cfb3f4dd9ad79218dcd23bdd7bdd3659fdbb973c"
license "Apache-2.0"
head "https://github.com/tofuutils/tenv.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "875b36142e1f8f1add8ca851636b7eb717aba40a081bd7fa035e5bfc9a353342"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5bae38b4b4347cd80512f5fffa3c3d60ec560cfe3658de32b99156901ac33d6a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "05e4999c93ed248d43c6c5246e65b6964788be9a707337ccacc5f2c522f2a62f"
sha256 cellar: :any_skip_relocation, sonoma: "becab5770fef53988e1bc14cca91abee0847912c366a396d2e117b26e4951791"
sha256 cellar: :any_skip_relocation, ventura: "2d50224e1d6f9406522f8789d9057d9628e6bb06b2d1c105c3bc99c10f376334"
sha256 cellar: :any_skip_relocation, monterey: "d570719b4f0213e5cc8ff0c176d073e0e670193e01e9d0abd3e11ead668ef414"
sha256 cellar: :any_skip_relocation, x86_64_linux: "35ac484b58e73af9a906de7cec3e9999dacc50778e5f5eb51f98a9c1aad04892"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aafec434ca9aaa15756a6cfa071d90cd5bd2d663a98e5e23b6151daa01a1583b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bf912201197fde54dcc6ff3b604ede458323cd5ba68d713f542f538e15d15639"
sha256 cellar: :any_skip_relocation, arm64_monterey: "78c92bd2557d0b26b114508e1bfbb3535c381beb36fcdb6df157b04184943580"
sha256 cellar: :any_skip_relocation, sonoma: "2c4aef1aa2c5ba18f5c746fb6ff63f0389720b96294b5d0a1b811e365ac075a6"
sha256 cellar: :any_skip_relocation, ventura: "2010a2988431d1c621de4af91ab6f32da55cf65e99cf1bc5b8ff16244ef1a6bf"
sha256 cellar: :any_skip_relocation, monterey: "c01825aaacd6639ea14314243e33cb5d72b55e4bc1f0fc1e2873e012963ba5a4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "15dd04a7e4afa85d19792da9f4349c3a2614af962f2f549efa50ea708ccaafdc"
end

depends_on "go" => :build
Expand Down

0 comments on commit e836872

Please sign in to comment.