Skip to content

Commit d7cb230

Browse files
authored
Merge pull request #281472 from Homebrew/bump-terragrunt-1.0.4
terragrunt 1.0.4
2 parents dc4d326 + 3eb429a commit d7cb230

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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/v1.0.3.tar.gz"
5-
sha256 "ceb69315c9c5e62309efa6c90b9a63ca0875da23f8b98cd68ab245b1ea6eb915"
4+
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v1.0.4.tar.gz"
5+
sha256 "a40f714f32bcca2383938844d39d6211878ae469c2f6d04ff0b903dc20c30642"
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: "cdd4f27542d77a1cb01af142c6b7fb9faa64043c33cd412c9a16e5349d18c4fe"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdd4f27542d77a1cb01af142c6b7fb9faa64043c33cd412c9a16e5349d18c4fe"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdd4f27542d77a1cb01af142c6b7fb9faa64043c33cd412c9a16e5349d18c4fe"
20-
sha256 cellar: :any_skip_relocation, sonoma: "ab405d6e47a994dfe672326eb289ae53ef01dba2ec4a25f6d7a9a697765a47fe"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "11e14ebc0ca3c0a4ffbc02de2aabb54dd87e56d520b021d7f53967c32df2e67d"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e1ac646458779743da043d43e92c03995f8bd39695161a2c2e1233e95a23f4dc"
17+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8852109ac9b161f376219d9f8a786ba25c61a86fdfcb0d2cb657c5eeb0b8cd6c"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8852109ac9b161f376219d9f8a786ba25c61a86fdfcb0d2cb657c5eeb0b8cd6c"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8852109ac9b161f376219d9f8a786ba25c61a86fdfcb0d2cb657c5eeb0b8cd6c"
20+
sha256 cellar: :any_skip_relocation, sonoma: "f97c90584c2c2bd00cdd16d26a1fb214733b16f994a9bbbc782754807f1ba8c8"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "cccc9d6b98c33e63692bf10f977c1d05a21fe75cbc7ede5ec3a720f17f37822c"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "24fcc5a8ef089e899507f7cd704f57f95a48b59a00e75d8a4cde9d79f8369cfa"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)