From 59c5d2a0f69cce0709b06abfe6b22f96578a5a2f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:01:18 +0000 Subject: [PATCH 1/2] terragrunt 0.68.6 --- Formula/t/terragrunt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 78847f220af4d..00489019c450f 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -1,8 +1,8 @@ class Terragrunt < Formula desc "Thin wrapper for Terraform e.g. for locking state" homepage "https://terragrunt.gruntwork.io/" - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.68.5.tar.gz" - sha256 "1fe21df080c62b143be26d19fafe3f4d7a116f93482d6789474687c221d01b6e" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.68.6.tar.gz" + sha256 "1cb119efeceec5b337027559f07b49d1d3cc77bee7113e4165c829c9ad053cf0" license "MIT" bottle do From ebc031b1e1836006db08d1854af02a6edbfd13db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:53:24 +0000 Subject: [PATCH 2/2] terragrunt: update 0.68.6 bottle. --- Formula/t/terragrunt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index 00489019c450f..c62b48a32f693 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -6,12 +6,12 @@ class Terragrunt < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12" - sha256 cellar: :any_skip_relocation, arm64_ventura: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12" - sha256 cellar: :any_skip_relocation, sonoma: "8ad5d37ebe9cbab0d146f823287c66c3c69ddbcf63b2e7a1f083529bce3af6ba" - sha256 cellar: :any_skip_relocation, ventura: "8ad5d37ebe9cbab0d146f823287c66c3c69ddbcf63b2e7a1f083529bce3af6ba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b0e3300da3ba9eb8859ba0e1327b08e0a1f6d1e6e1113e8b2961e876d661f84e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef" + sha256 cellar: :any_skip_relocation, sonoma: "94ba22a9b6f688cc01811a32ab4da1920af6cb96bec1d07caea88dd565c91ed6" + sha256 cellar: :any_skip_relocation, ventura: "94ba22a9b6f688cc01811a32ab4da1920af6cb96bec1d07caea88dd565c91ed6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "97ff0b4fdc60c45cb55aa5a77ed78dabe7ad523515e556443e5ead6e7cce8ca9" end depends_on "go" => :build