Skip to content

Commit 36f7cdb

Browse files
authored
Merge pull request #258378 from Homebrew/bump-terragrunt-0.95.0
terragrunt 0.95.0
2 parents 0c8bb11 + ee74160 commit 36f7cdb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/terragrunt.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Terragrunt < Formula
22
desc "Thin wrapper for Terraform e.g. for locking state"
33
homepage "https://terragrunt.gruntwork.io/"
4-
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.94.0.tar.gz"
5-
sha256 "bcca1ecc698efde4e99560a2e6f539ebc4da606fc16df5c316b44b4525dc2a5a"
4+
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.95.0.tar.gz"
5+
sha256 "4a43c1dad4a1717a9703d270abf872a728e98e03901f4dca48b9962f1c061f7d"
66
license "MIT"
77

88
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
@@ -14,12 +14,12 @@ class Terragrunt < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c57ce1bf7a4e02128788a7cfc8fb15c6227971112a53ca68b375e08820483e6b"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c57ce1bf7a4e02128788a7cfc8fb15c6227971112a53ca68b375e08820483e6b"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c57ce1bf7a4e02128788a7cfc8fb15c6227971112a53ca68b375e08820483e6b"
20-
sha256 cellar: :any_skip_relocation, sonoma: "db3804cc239e68c1fabc9505d12a6e8e686b32b70dbde56f53b3c29c93334887"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "08321b40182c541ca1ee86ba2beca357d12797ae940837ad6f032024c57744d2"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3af0349e6dbc95d8b2365e8b0ba348aada486250a7322eb0cb8e3b57cc70acee"
17+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "34a05195ea5522bd9cff520a1797a8ccce715aea83c2ebcd9338209a75d0107f"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "34a05195ea5522bd9cff520a1797a8ccce715aea83c2ebcd9338209a75d0107f"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "34a05195ea5522bd9cff520a1797a8ccce715aea83c2ebcd9338209a75d0107f"
20+
sha256 cellar: :any_skip_relocation, sonoma: "8fd821b6d121f74f95788b203f2359d6ebec8ee888659321af3ecfc1f9c8e54d"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "d717f5f5fffa6117ccc5cc19f16601f7aaa0e998835faa498bc9ea5f4a4f28c5"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ecfcc69394c6e8ad00a0229d4da01499d4b9e6c8ee515951c81cdc38c66f75ba"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)