Skip to content

Commit 7ea7800

Browse files
authored
Merge pull request #245806 from Homebrew/bump-terramate-0.14.6
terramate 0.14.6
2 parents b59b178 + 69faf4d commit 7ea7800

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Formula/t/terramate.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
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.5.tar.gz"
5-
sha256 "3bf030af7821ba762ac1321ffdf8e401928e1f7a9dff15be42abba62410006a6"
4+
url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.14.6.tar.gz"
5+
sha256 "a63b312a0b6788b596119358bf0b18ff58f3145ff2bde5164077cfcacfe9b8d9"
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_tahoe: "555dde82fc1d7ba8e4fd0bd88f3437786f0dc0af0b26dac6d3e5e1ef49254462"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "555dde82fc1d7ba8e4fd0bd88f3437786f0dc0af0b26dac6d3e5e1ef49254462"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "555dde82fc1d7ba8e4fd0bd88f3437786f0dc0af0b26dac6d3e5e1ef49254462"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "555dde82fc1d7ba8e4fd0bd88f3437786f0dc0af0b26dac6d3e5e1ef49254462"
14-
sha256 cellar: :any_skip_relocation, sonoma: "4807ea977b11a591a93c101bb738ba05ba858b3db5437f048b02a84f08500196"
15-
sha256 cellar: :any_skip_relocation, ventura: "4807ea977b11a591a93c101bb738ba05ba858b3db5437f048b02a84f08500196"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8fa114fcdcfcc08de86ebc953c19af282a362ab2242c05270e66d86f11bcf7ba"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3be6877a6c92382c42f737b1bb1ebd80f9452c2952cf48064f29f5037d0c363b"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3be6877a6c92382c42f737b1bb1ebd80f9452c2952cf48064f29f5037d0c363b"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3be6877a6c92382c42f737b1bb1ebd80f9452c2952cf48064f29f5037d0c363b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9cdde1b366f3b8ce20e98aac648821fef34b468de878b2516a8a6e325add1170"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0330efd8ebab02c27a45256d9b391fb2b27e4d6e47d085f2d08b9961117c0c5b"
1715
end
1816

1917
depends_on "go" => :build

0 commit comments

Comments
 (0)