From 7cde13f395c5e80a4d77e2c90b9e2f0427c3df46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:22:52 +0000 Subject: [PATCH 1/2] terragrunt 0.69.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 c6b50d4c52e8f..3fc9eb01061b2 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.5.tar.gz" - sha256 "6e9fac751773cf42b89fc0d416a60ecb99dcc5fa51c1a5b20765b1bfe9df2410" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.6.tar.gz" + sha256 "773afd1eaf1311fe63bfc766c5858049ac43752ef11ed2fc2f6084bb46f6e2c4" license "MIT" bottle do From ccfadc11188c8bc0074ba521507cf312de4af90c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:18:47 +0000 Subject: [PATCH 2/2] terragrunt: update 0.69.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 3fc9eb01061b2..cfb08ffa16705 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: "0b28d6c71bfbc4ecfea68256483f082efdd78f4dd76167d6e65cfe1b9519e162" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b28d6c71bfbc4ecfea68256483f082efdd78f4dd76167d6e65cfe1b9519e162" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0b28d6c71bfbc4ecfea68256483f082efdd78f4dd76167d6e65cfe1b9519e162" - sha256 cellar: :any_skip_relocation, sonoma: "fa453e55211724e74a26ef37d260eaf26f3b325a4b638d12dc3bca2512f133d7" - sha256 cellar: :any_skip_relocation, ventura: "fa453e55211724e74a26ef37d260eaf26f3b325a4b638d12dc3bca2512f133d7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b7727e03c14ea695b30f2b60e70d2aa29695020d6dacc104e217d805b6bc16ec" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274" + sha256 cellar: :any_skip_relocation, arm64_ventura: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274" + sha256 cellar: :any_skip_relocation, sonoma: "9bf4d34a40247eabee14b5044b5c59fddabcd6e062db29074c548f728b9550ba" + sha256 cellar: :any_skip_relocation, ventura: "9bf4d34a40247eabee14b5044b5c59fddabcd6e062db29074c548f728b9550ba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5151479ea66ffc0f16b04545081623bcb160ed31081919593450ddd9a861d7c4" end depends_on "go" => :build