Skip to content

Commit b557636

Browse files
authored
Merge pull request #236313 from Homebrew/bump-terramate-0.14.5
terramate 0.14.5
2 parents 849c46c + a2fa022 commit b557636

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/"
4-
url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.14.4.tar.gz"
5-
sha256 "b5886254f5dea92808da89b27206c24ca67a5d28b4b9c4cc5934f0792b170d7a"
4+
url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.14.5.tar.gz"
5+
sha256 "3bf030af7821ba762ac1321ffdf8e401928e1f7a9dff15be42abba62410006a6"
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: "1d794e083bebf7fe59bb2a1cea5c50f2625fba075811333d8a46e61f60f58618"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d794e083bebf7fe59bb2a1cea5c50f2625fba075811333d8a46e61f60f58618"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1d794e083bebf7fe59bb2a1cea5c50f2625fba075811333d8a46e61f60f58618"
13-
sha256 cellar: :any_skip_relocation, sonoma: "69241d95d94372fb8f444c2abb4eba6a49f6e676534aa080950c6e65a90fad6c"
14-
sha256 cellar: :any_skip_relocation, ventura: "69241d95d94372fb8f444c2abb4eba6a49f6e676534aa080950c6e65a90fad6c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "92c9f62661d1c367a79aeb24794cff4fb899a9d2c7421a45b446e2b63ed8d7b9"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "555dde82fc1d7ba8e4fd0bd88f3437786f0dc0af0b26dac6d3e5e1ef49254462"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "555dde82fc1d7ba8e4fd0bd88f3437786f0dc0af0b26dac6d3e5e1ef49254462"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "555dde82fc1d7ba8e4fd0bd88f3437786f0dc0af0b26dac6d3e5e1ef49254462"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4807ea977b11a591a93c101bb738ba05ba858b3db5437f048b02a84f08500196"
14+
sha256 cellar: :any_skip_relocation, ventura: "4807ea977b11a591a93c101bb738ba05ba858b3db5437f048b02a84f08500196"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8fa114fcdcfcc08de86ebc953c19af282a362ab2242c05270e66d86f11bcf7ba"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)