Skip to content

Commit 42cd7ca

Browse files
authored
Merge pull request Homebrew#206394 from Homebrew/bump-terramate-0.11.9
terramate 0.11.9
2 parents e271082 + 4da3131 commit 42cd7ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/terramate.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Terramate < Formula
22
desc "Managing Terraform stacks with change detections and code generations"
33
homepage "https://terramate.io/docs/cli/"
4-
url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.11.8.tar.gz"
5-
sha256 "4f14db63677de54059410c6ae3d3e911e0bb4f54eb5e1a183729af09c125c73a"
4+
url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.11.9.tar.gz"
5+
sha256 "ccc5aa5e09839cdb200beac11debe3e72d868fdc50222917959f028984e5dfa0"
66
license "MPL-2.0"
77
head "https://github.com/terramate-io/terramate.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "84754c76c076eef36c167fe8ef8da4e2bbf9e8391e1930c66124471b8064ecc6"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "84754c76c076eef36c167fe8ef8da4e2bbf9e8391e1930c66124471b8064ecc6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "84754c76c076eef36c167fe8ef8da4e2bbf9e8391e1930c66124471b8064ecc6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "eff6b2f6dd798d3b14ef8bc0aac018ddc0c7a1089025a236a993b33e0a973e81"
14-
sha256 cellar: :any_skip_relocation, ventura: "eff6b2f6dd798d3b14ef8bc0aac018ddc0c7a1089025a236a993b33e0a973e81"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5528d91d44bd85b48ef42dcb094f8c9db6ff084f8ed638779d23ee096abc1b57"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9bf900074788f17bc498666f390e4286c044cf43c671aa07092c60b3c934482f"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9bf900074788f17bc498666f390e4286c044cf43c671aa07092c60b3c934482f"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9bf900074788f17bc498666f390e4286c044cf43c671aa07092c60b3c934482f"
13+
sha256 cellar: :any_skip_relocation, sonoma: "87ec9ff5c95e37b40e20581144a3efbda4f8dfe32a042a1d8b66f1ee7b7cf2bc"
14+
sha256 cellar: :any_skip_relocation, ventura: "87ec9ff5c95e37b40e20581144a3efbda4f8dfe32a042a1d8b66f1ee7b7cf2bc"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "aed865dcb24588a3b5ed45a6ea17027a2faab131853dbdc39890d555f0347b2f"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)