Skip to content

Commit 814f03f

Browse files
authored
Merge pull request Homebrew#193225 from Homebrew/bump-terramate-0.10.7
terramate 0.10.7
2 parents 06cd7f5 + 7aa67ab commit 814f03f

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.10.6.tar.gz"
5-
sha256 "ce4446164e9a80958433916367b0b6f70346118946f8f9b925714c05be518340"
4+
url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.10.7.tar.gz"
5+
sha256 "6d9b410e3a9d7856d2ee2b8d3abf155b913016843a1d70dd870784dd0f23cee0"
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: "882576237fb21617d811c602ff5b120a4979c735e288e907715537b6f7917b2a"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "882576237fb21617d811c602ff5b120a4979c735e288e907715537b6f7917b2a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "882576237fb21617d811c602ff5b120a4979c735e288e907715537b6f7917b2a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "0e40563e9227f94c067291e00f736c10dd9b3e8304f1cbadd711d731aef41cc5"
14-
sha256 cellar: :any_skip_relocation, ventura: "0e40563e9227f94c067291e00f736c10dd9b3e8304f1cbadd711d731aef41cc5"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbec6a5de2cfefbe3575e19390134a035961eadba396f2b072cd716425a2693b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f225b350077656e2c5943a03f918bb7e8129201ac379a197244ed17905d9e3a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f225b350077656e2c5943a03f918bb7e8129201ac379a197244ed17905d9e3a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8f225b350077656e2c5943a03f918bb7e8129201ac379a197244ed17905d9e3a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "db4a60d56ee8229c6b3c24724b2d7866bf1fb86ef0f0e2c25a1753ce747236d8"
14+
sha256 cellar: :any_skip_relocation, ventura: "db4a60d56ee8229c6b3c24724b2d7866bf1fb86ef0f0e2c25a1753ce747236d8"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d12a6e284d37f7e180e992c38908d71a1b4744adbcc460e0b42adaa5a0472811"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)