From 758fa8b3dc611b8998f90a400cf4da332403bada Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:25:59 +0000 Subject: [PATCH 1/2] terragrunt 1.0.2 --- 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 08111fffcd21..d929a048b78c 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/v1.0.1.tar.gz" - sha256 "c466a09a456c3f55aca93d06463d2eaf4a7b59c5e1347aec207b1f155f2db659" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v1.0.2.tar.gz" + sha256 "e6310bc395d6cde4648c806d41b5cd6b2c22cf1e3ffa30572b736ce228bafae6" license "MIT" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are From c139d32c91d988de50fd1e4ba06b25f8400b79e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:21:34 +0000 Subject: [PATCH 2/2] terragrunt: update 1.0.2 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 d929a048b78c..3fce9e22cd8b 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -14,12 +14,12 @@ class Terragrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "91639d3a31f8254a1350723d30b7bf3344d5ed814d1e4a8ce61a4121d5ca0bcf" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "91639d3a31f8254a1350723d30b7bf3344d5ed814d1e4a8ce61a4121d5ca0bcf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "91639d3a31f8254a1350723d30b7bf3344d5ed814d1e4a8ce61a4121d5ca0bcf" - sha256 cellar: :any_skip_relocation, sonoma: "f5347015ae8790b0fbd98329d9a27fbc80729978f4b76fcbff4406361ddf6b7c" - sha256 cellar: :any_skip_relocation, arm64_linux: "368351ce83b8a28d5bc629c639d2532a19037c509511170dfe4bf67235bc7176" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ebaa9a854dc3e1038ed6990ab67f89246f521b34799f1735ee866b33b460ae5b" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "044d51d32b5686a87c00e1087b14d01543c6b9d4ec21063dcb38d95614a30764" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "044d51d32b5686a87c00e1087b14d01543c6b9d4ec21063dcb38d95614a30764" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "044d51d32b5686a87c00e1087b14d01543c6b9d4ec21063dcb38d95614a30764" + sha256 cellar: :any_skip_relocation, sonoma: "684b540504c017de44c2d5ea864b45b4eccd2a8bb8224b70902f818de71f196e" + sha256 cellar: :any_skip_relocation, arm64_linux: "d9ea1ca0c092771b7ff7e16b205f0361c31119cdbf05eb85a9ae15c1559daa6f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f65488818d01a043565a0d7a2bf20956a98a8b4b88c280604afe84efbb54476d" end depends_on "go" => :build