Skip to content

Commit 14dbbc2

Browse files
authored
Merge pull request #249901 from Homebrew/bump-terragrunt-0.91.1
terragrunt 0.91.1
2 parents 3ae08c0 + 9d789a1 commit 14dbbc2

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.91.0.tar.gz"
5-
sha256 "ea66b8e77c503b5423267ac28a658b3c56b6bb32724d423b34ec4c360d044774"
4+
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.91.1.tar.gz"
5+
sha256 "85d37256d396484f0b4169b9c0cab15000156daea411b5696eeccca227db08b4"
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: "95ab96dd3f7c5cb8e042d82cb7e5982a9ac14f1eae35fed78bdb6aa49a7d06d7"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "95ab96dd3f7c5cb8e042d82cb7e5982a9ac14f1eae35fed78bdb6aa49a7d06d7"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "95ab96dd3f7c5cb8e042d82cb7e5982a9ac14f1eae35fed78bdb6aa49a7d06d7"
20-
sha256 cellar: :any_skip_relocation, sonoma: "ff5d297211263db44e9a1e7b3eacb148fb548bcdfa6051f4cbf4eaafcd7a9773"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "e664109cf83cab8678ac9423b251192a621966238d1d1260c82a9319228ae9cc"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa1d70b074a414ac2110338f30acf4fd8bbcacb645111993f5572cf416b06d34"
17+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d309af208e886d868a86acaac71bf6c17f55c64cc1905ceabc75f5f1133464c4"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d309af208e886d868a86acaac71bf6c17f55c64cc1905ceabc75f5f1133464c4"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d309af208e886d868a86acaac71bf6c17f55c64cc1905ceabc75f5f1133464c4"
20+
sha256 cellar: :any_skip_relocation, sonoma: "0cdd9e3854cfbcc5874458174f3610447e129bde335668114afa72702b1fb02d"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "2f0285d1541133e45f68d079d54fbf03e81af169c27fe96b5b9b97c11c87b545"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "856f825c99ef83b6df874132a72c90d73701abccb497fe4391b86d72342a2078"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)