Skip to content

Commit c3264f7

Browse files
authored
Merge pull request #200058 from Homebrew/bump-terragrunt-0.69.7
terragrunt 0.69.7
2 parents d40506b + f80270e commit c3264f7

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.69.6.tar.gz"
5-
sha256 "773afd1eaf1311fe63bfc766c5858049ac43752ef11ed2fc2f6084bb46f6e2c4"
4+
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.7.tar.gz"
5+
sha256 "a0ec55baceec788db53273545e4d2025de7cc0774056676fe3f6d21d19751b5f"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274"
12-
sha256 cellar: :any_skip_relocation, sonoma: "9bf4d34a40247eabee14b5044b5c59fddabcd6e062db29074c548f728b9550ba"
13-
sha256 cellar: :any_skip_relocation, ventura: "9bf4d34a40247eabee14b5044b5c59fddabcd6e062db29074c548f728b9550ba"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5151479ea66ffc0f16b04545081623bcb160ed31081919593450ddd9a861d7c4"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4eb9d84b78bea5dbde83c12ba2da4c87c32f4cbb2741cfd3c44e11876f5af7d6"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4eb9d84b78bea5dbde83c12ba2da4c87c32f4cbb2741cfd3c44e11876f5af7d6"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4eb9d84b78bea5dbde83c12ba2da4c87c32f4cbb2741cfd3c44e11876f5af7d6"
12+
sha256 cellar: :any_skip_relocation, sonoma: "02e9477777b536cd11ed97ca782eb3cc0853fcdad8b2b4f6adca6b9e07ee924b"
13+
sha256 cellar: :any_skip_relocation, ventura: "02e9477777b536cd11ed97ca782eb3cc0853fcdad8b2b4f6adca6b9e07ee924b"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "054ff321ef9589fa09f3ac5bbd60ef1daa1666e5ea86662e4ba52f1026d89339"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)