Skip to content

Commit 729a0f8

Browse files
authored
Merge pull request Homebrew#200968 from Homebrew/bump-terragrunt-0.69.11
terragrunt 0.69.11
2 parents e4efa20 + 0fd1870 commit 729a0f8

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.10.tar.gz"
5-
sha256 "da2bf481834563053c9be25e670b414f5678b8a435e5e2c23b5a4ac6f32ee5c3"
4+
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.11.tar.gz"
5+
sha256 "8cd8d5d67e0280b58e45b9e8717a2317098c5d6b61ce928f4ae1d81db7b4c016"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9"
12-
sha256 cellar: :any_skip_relocation, sonoma: "77af8c7969e7676be14338b61be2adbe0a7456c614439e3254fbb150027f6c91"
13-
sha256 cellar: :any_skip_relocation, ventura: "77af8c7969e7676be14338b61be2adbe0a7456c614439e3254fbb150027f6c91"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "30fe921a498869936e695b4d84235af28a22ebf4c16925616ca4bd68635ef9ac"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0"
12+
sha256 cellar: :any_skip_relocation, sonoma: "1ba162c19d0e49feb755057c7c907adc89eb2ff5959db9d29f02afd83143d692"
13+
sha256 cellar: :any_skip_relocation, ventura: "1ba162c19d0e49feb755057c7c907adc89eb2ff5959db9d29f02afd83143d692"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3a8641ad5af3f2b530f8d5acf3cae7f3ea5ce2f75764340e84de55ae68e6ebdd"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)