From 9bf7b2bbfd56807893ef76864022d76bd177b6f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:09:36 +0000 Subject: [PATCH 1/2] terragrunt 0.69.1 --- 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 6cc4264d1851c..08751eb67d19c 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.69.0.tar.gz" - sha256 "6a6bee543759b574089f983ee309bf2acca9dfa6ac9058798fc6d09dbe3cb860" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.1.tar.gz" + sha256 "62e58ceaf8a8b0d3a8aaa7a49f619edcc29c726d447d4cca1fbdfffb94a3182d" license "MIT" bottle do From 06585d75c3169c9b0ccdd545edea2f935224d301 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:51:16 +0000 Subject: [PATCH 2/2] terragrunt: update 0.69.1 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 08751eb67d19c..7e08afcec794a 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: "f02642c3cc4f68fbf524d39fa1b3b47b873584fe3cf6b92c94ba06c31d23e4d8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f02642c3cc4f68fbf524d39fa1b3b47b873584fe3cf6b92c94ba06c31d23e4d8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f02642c3cc4f68fbf524d39fa1b3b47b873584fe3cf6b92c94ba06c31d23e4d8" - sha256 cellar: :any_skip_relocation, sonoma: "445002246d50c8a01cc5fe7427a1e0115482aca708c6ebba5757662f59344d58" - sha256 cellar: :any_skip_relocation, ventura: "445002246d50c8a01cc5fe7427a1e0115482aca708c6ebba5757662f59344d58" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aad9d5b71d3e8cc85f08616d0cfbc740de1764b327da1dde217b7286d09ee845" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905" + sha256 cellar: :any_skip_relocation, sonoma: "921fba8a2866c03c6769a3f188ecd3f14a984b47fbb78a407f92e92a8e98d6cd" + sha256 cellar: :any_skip_relocation, ventura: "921fba8a2866c03c6769a3f188ecd3f14a984b47fbb78a407f92e92a8e98d6cd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bc2e14e8688cf82cefbf8c9f619c43e8f55c0481a2756e049fa6c87e56060b9" end depends_on "go" => :build