From 93be46c99954579a48f6c8ef2759042676e9cd99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 5 Nov 2023 18:41:24 +0000 Subject: [PATCH 1/2] terragrunt 0.53.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 9a88ee170110..c720f3137de9 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.53.1.tar.gz" - sha256 "710ca9660c11dd6bc33b1f041ae8de848295aabad4478c84092ed65a080059ab" + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.53.2.tar.gz" + sha256 "44f2f71b1e0aeb2c6feb113c097e45c6a9e2d55318e994ec8817195e709f7019" license "MIT" bottle do From ce97cf0a048f8bc570ef0cbeb27145652b6fa9c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 5 Nov 2023 18:58:31 +0000 Subject: [PATCH 2/2] terragrunt: update 0.53.2 bottle. --- Formula/t/terragrunt.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/terragrunt.rb b/Formula/t/terragrunt.rb index c720f3137de9..56278c5e9440 100644 --- a/Formula/t/terragrunt.rb +++ b/Formula/t/terragrunt.rb @@ -6,13 +6,13 @@ class Terragrunt < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5056b02da843e2f5f6ed7f2334316bff8cedc4ae3376034cc95e0cefdee810b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d42f987bcf231b621820fc48b0dd81ef21c18ac1bd19464cb1d2d121b3b06d27" - sha256 cellar: :any_skip_relocation, arm64_monterey: "aadb3bae496dfd2922bac2f3d00a57f4a1a783a8d4dd04491394cf9acda00fa9" - sha256 cellar: :any_skip_relocation, sonoma: "712269391a93695a53fb4b800b5d050c869f2db4a782332def042f76bbbf3447" - sha256 cellar: :any_skip_relocation, ventura: "915bb56e7476ec8c51589e0ec16d8e00982d3ea71fb6472d9366461307860e6c" - sha256 cellar: :any_skip_relocation, monterey: "5ae12c664f8e3e378f93b23ecee721f3e36b3a5c766a6f20b46afef64335d5cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e04d1511f61eff9f5defef0231e52430c429de62fa31a14250dab5f4aa23b339" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcae5e697fd8ff7ec61e6eaa3d72d83e7c7d6c1363779e38fa18b7e7fea7084e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f298e3635a15a4e5f9b7307895b5d6558ec00cd9dc38732aa6a330a70d337ef5" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a0baeccfab24ccd3542350591f74d26e0fb6e298a563327dd4e33a70a9c94c59" + sha256 cellar: :any_skip_relocation, sonoma: "692faf84242220fe9a62f4d71bc1d66d9b1caf48e8ffa71adde07ceda1808460" + sha256 cellar: :any_skip_relocation, ventura: "03b0029778dac4db6c0cbd1c54e73fbd021ada7652d407f2e3354a31b41621a3" + sha256 cellar: :any_skip_relocation, monterey: "fd69497b3b38d22697da6b57fca6ffc29fabae525b7ea9e08b615a99531fd02c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e292df949d7a8f79716207a8c15e48e3ce1aa3b7e0e1d69a4c9287d2c67f66f4" end depends_on "go" => :build