Skip to content

Commit 16c489f

Browse files
authored
Merge pull request #203773 from Homebrew/bump-terragrunt-0.71.4
terragrunt 0.71.4
2 parents 4a80bd8 + ced84aa commit 16c489f

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,17 +1,17 @@
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.71.2.tar.gz"
5-
sha256 "2adbb5681cd3d1b0640dfbb1073f2413ed53831b0db1881bb4409a769fd3366e"
4+
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.71.4.tar.gz"
5+
sha256 "9614da5c29a775f702bcacad007ba6bb2be1da8fefa119792566a1f68b4b5f66"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aa81aa95b2ffb170547d2eba0bbf01f6ee0ca13f55e57b99cbd5e20916d38960"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa81aa95b2ffb170547d2eba0bbf01f6ee0ca13f55e57b99cbd5e20916d38960"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "aa81aa95b2ffb170547d2eba0bbf01f6ee0ca13f55e57b99cbd5e20916d38960"
12-
sha256 cellar: :any_skip_relocation, sonoma: "a04a6eb770d85a012dc90e2b345a1ddcd229c34af555670d3f2069b574eeb5d1"
13-
sha256 cellar: :any_skip_relocation, ventura: "a04a6eb770d85a012dc90e2b345a1ddcd229c34af555670d3f2069b574eeb5d1"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "11c0d556b379d0843fa4ee1e2001a6b1b07d54cfe919469e8f5814c583c053ff"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "70706ac6d0aa1f1cff1abbda19245a97247a95a9c091baea7a8b3a8ae5ea1926"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "70706ac6d0aa1f1cff1abbda19245a97247a95a9c091baea7a8b3a8ae5ea1926"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "70706ac6d0aa1f1cff1abbda19245a97247a95a9c091baea7a8b3a8ae5ea1926"
12+
sha256 cellar: :any_skip_relocation, sonoma: "ad3f389f59b748e412f51767c59cc32d28f646d734e8ab3702e20a9f36f9b6cd"
13+
sha256 cellar: :any_skip_relocation, ventura: "ad3f389f59b748e412f51767c59cc32d28f646d734e8ab3702e20a9f36f9b6cd"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "db0ca73886bf395df514727e8f01001a7b4e4dc3bff6109c525a9b0fc0a42315"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)