Skip to content

Commit

Permalink
Merge pull request #166607 from Homebrew/bump-terramate-0.5.4
Browse files Browse the repository at this point in the history
terramate 0.5.4
  • Loading branch information
BrewTestBot authored Mar 19, 2024
2 parents 32d23e8 + ceca470 commit fb5cde0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/terramate.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Terramate < Formula
desc "Managing Terraform stacks with change detections and code generations"
homepage "https://terramate.io/docs/cli/"
url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.5.3.tar.gz"
sha256 "942a81e449dbfec56ec7b31b2668bbfb1268d3b20f94914af1be317df3862fae"
url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.5.4.tar.gz"
sha256 "3a35844a18fd889e215cfb1ba514fe4606f7fd92aeb19f24d5b29b8413d6c178"
license "MPL-2.0"
head "https://github.com/terramate-io/terramate.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c789fae3226d80864687f6a44163bfd66df03a577ae671cc13bb708f7dda5fe5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4627942b1196805ca5defb7bf54cdda2065f0cfdf0515ee3c3abfeaba6ae2723"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e611e94306c7c4fea0f0e365e5f547c2637e3358145b4bbb4ae058497a0e760f"
sha256 cellar: :any_skip_relocation, sonoma: "90c0dfe5351ccf8e57e030f9fa759574a5484f59e6aa46467c873d7c6259c8ed"
sha256 cellar: :any_skip_relocation, ventura: "6714a3b7e5c8455d379e283429f8064a04e56ba5ff9ae1ca9df863438044e286"
sha256 cellar: :any_skip_relocation, monterey: "c226ffde2cdae495bf139080b2af21159e816ec90bf663ee8162b798e2efca48"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0ee47a36e6bc4b759db6861d3fe91fa1c0329d1b75c66867257fcb9d6ee1384"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "072b68a92a243dfdac0d4e32bd9ca2c448172c0649d8802b6afbeb35cd30397f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1b81ba0acd693e452682cdf152b3eba952de502f2a296cac3e05cd9ed2c4d394"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fc7cd1cb25add108173300ded80be7eb96fc19d9d69dcee28575556c65693529"
sha256 cellar: :any_skip_relocation, sonoma: "b8c70db18947ed7758bc12641074f94db853a75e662ad840539a2f64f90e121b"
sha256 cellar: :any_skip_relocation, ventura: "aacae77bce2d893dbb6a5dd9be3706c03f6543204fc028f79065c4b21752abbf"
sha256 cellar: :any_skip_relocation, monterey: "5916c087f37ddf027dcdfe5f7d5506ea36b9732af3e8ccf5fb3b6cd59deafabd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "93512ab07e958b13f3bb6bffdaf5c2feb77fdf9f8de21b6ceba8797c2cede8b8"
end

depends_on "go" => :build
Expand Down

0 comments on commit fb5cde0

Please sign in to comment.