From 41a6b0b31e8a3be3234ce5643b6ef40913b72833 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:18:37 +0000 Subject: [PATCH 1/2] terragrunt 0.71.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 53ea66b755eb7..8eceed37c77c2 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.71.1.tar.gz" - sha256 "04ff897c9f845e14641b37ea607c4b9f7f7374e95054ed6437de661e48e13cfd" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.71.2.tar.gz" + sha256 "2adbb5681cd3d1b0640dfbb1073f2413ed53831b0db1881bb4409a769fd3366e" license "MIT" bottle do From 6c6377e53d93082362ab09f79269bd48a063ad6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:31:01 +0000 Subject: [PATCH 2/2] terragrunt: update 0.71.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 8eceed37c77c2..bb2d237bb36db 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: "21e60502a3be87bf223fff1fc0bf4d397dcc2581f16db8a007b4c84760235456" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "21e60502a3be87bf223fff1fc0bf4d397dcc2581f16db8a007b4c84760235456" - sha256 cellar: :any_skip_relocation, arm64_ventura: "21e60502a3be87bf223fff1fc0bf4d397dcc2581f16db8a007b4c84760235456" - sha256 cellar: :any_skip_relocation, sonoma: "041bef2356d0a5a146e595e6f01610aa4ef1bfe0914151aeeb603f395f03bb76" - sha256 cellar: :any_skip_relocation, ventura: "041bef2356d0a5a146e595e6f01610aa4ef1bfe0914151aeeb603f395f03bb76" - sha256 cellar: :any_skip_relocation, x86_64_linux: "df89784a613bdc50d0df7fec329cb34f248d30be65d235094f56e94e02790b73" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aa81aa95b2ffb170547d2eba0bbf01f6ee0ca13f55e57b99cbd5e20916d38960" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa81aa95b2ffb170547d2eba0bbf01f6ee0ca13f55e57b99cbd5e20916d38960" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aa81aa95b2ffb170547d2eba0bbf01f6ee0ca13f55e57b99cbd5e20916d38960" + sha256 cellar: :any_skip_relocation, sonoma: "a04a6eb770d85a012dc90e2b345a1ddcd229c34af555670d3f2069b574eeb5d1" + sha256 cellar: :any_skip_relocation, ventura: "a04a6eb770d85a012dc90e2b345a1ddcd229c34af555670d3f2069b574eeb5d1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "11c0d556b379d0843fa4ee1e2001a6b1b07d54cfe919469e8f5814c583c053ff" end depends_on "go" => :build