From d5b6244bc2424a782cea0f5a61c5db385ee65573 Mon Sep 17 00:00:00 2001 From: Juan Martinez Date: Thu, 12 Sep 2024 15:22:59 -0400 Subject: [PATCH 1/2] aws-nuke: update url for new maintainer The current upstream, rebuy-de, has stopped actively maintaining the project. They recommend users switch to the new actively maintained fork at ekristen/aws-nuke. See https://github.com/rebuy-de/aws-nuke --- Formula/a/aws-nuke.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/a/aws-nuke.rb b/Formula/a/aws-nuke.rb index 49dd89c4dc7b1..0810d943f879f 100644 --- a/Formula/a/aws-nuke.rb +++ b/Formula/a/aws-nuke.rb @@ -1,11 +1,11 @@ class AwsNuke < Formula desc "Nuke a whole AWS account and delete all its resources" - homepage "https://github.com/rebuy-de/aws-nuke" - url "https://github.com/rebuy-de/aws-nuke.git", + homepage "https://github.com/ekristen/aws-nuke" + url "https://github.com/ekristen/aws-nuke.git", tag: "v2.25.0", - revision: "2bd22d5e5c0cf6a4011b3c08a5b1c25e2e6c75bd" + revision: "e71283be2a03cd23c3c84f39ac72f1200c813349" license "MIT" - head "https://github.com/rebuy-de/aws-nuke.git", branch: "main" + head "https://github.com/ekristen/aws-nuke.git", branch: "main" bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "66770e8744b0d22aca716ad0bfa5e9064e50624b995e98f8af04ec6a6756c4b3" @@ -23,7 +23,7 @@ class AwsNuke < Formula depends_on "go" => :build def install - build_xdst="github.com/rebuy-de/aws-nuke/v#{version.major}/cmd" + build_xdst="github.com/ekristen/aws-nuke/v#{version.major}/cmd" ldflags = %W[ -s -w -X #{build_xdst}.BuildVersion=#{version} From dc8ff8d0dcc67f10ae22e4c1783d0ad81a7b1497 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:34:10 +0000 Subject: [PATCH 2/2] aws-nuke: update 2.25.0 bottle. --- Formula/a/aws-nuke.rb | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Formula/a/aws-nuke.rb b/Formula/a/aws-nuke.rb index 0810d943f879f..e6e2e1661f90c 100644 --- a/Formula/a/aws-nuke.rb +++ b/Formula/a/aws-nuke.rb @@ -8,16 +8,13 @@ class AwsNuke < Formula head "https://github.com/ekristen/aws-nuke.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "66770e8744b0d22aca716ad0bfa5e9064e50624b995e98f8af04ec6a6756c4b3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3286cec74fcdd7867c2ab1a0594b80107c75f049b04c833977814fe3e407930" - sha256 cellar: :any_skip_relocation, arm64_ventura: "12c5e77d73638f6bfee30759160f559aed88ab964c0af28732c76a5bcab5bdb4" - sha256 cellar: :any_skip_relocation, arm64_monterey: "12c5e77d73638f6bfee30759160f559aed88ab964c0af28732c76a5bcab5bdb4" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "12c5e77d73638f6bfee30759160f559aed88ab964c0af28732c76a5bcab5bdb4" - sha256 cellar: :any_skip_relocation, sonoma: "f10b53d737493b2b2e4a31b34b450fa601369cb68643ea2e99b534f4e5168a0c" - sha256 cellar: :any_skip_relocation, ventura: "9bfc6b886796a4059e9440a28375985a7eb5d5ed336098c6065f0d10bb3ef7e5" - sha256 cellar: :any_skip_relocation, monterey: "9bfc6b886796a4059e9440a28375985a7eb5d5ed336098c6065f0d10bb3ef7e5" - sha256 cellar: :any_skip_relocation, big_sur: "9bfc6b886796a4059e9440a28375985a7eb5d5ed336098c6065f0d10bb3ef7e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c22ad093adadf1577b33212b71a82f23d0e1ae9c5e81e792186caa3c63125e2a" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "094c13b3ae605804052b90da606fd15ae683c0a4da5ab917bef22516be82a3e4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "094c13b3ae605804052b90da606fd15ae683c0a4da5ab917bef22516be82a3e4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "094c13b3ae605804052b90da606fd15ae683c0a4da5ab917bef22516be82a3e4" + sha256 cellar: :any_skip_relocation, sonoma: "e90a67cbcf1afe970e0f2ec2d4a524b7ed75c0ab9a218aba1639191db5714439" + sha256 cellar: :any_skip_relocation, ventura: "e90a67cbcf1afe970e0f2ec2d4a524b7ed75c0ab9a218aba1639191db5714439" + sha256 cellar: :any_skip_relocation, x86_64_linux: "49f49fb9197f645127189c5b8d64bfc281aa069c7f3d367f7b24b7bf9945acd9" end depends_on "go" => :build