Skip to content

Commit

Permalink
Merge pull request Homebrew#198880 from Homebrew/bump-aws-nuke-3.32.0
Browse files Browse the repository at this point in the history
aws-nuke 3.32.0
  • Loading branch information
BrewTestBot authored Nov 25, 2024
2 parents 4300a1d + b55ee22 commit 94d8dfb
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions Formula/a/aws-nuke.rb
Original file line number Diff line number Diff line change
@@ -1,34 +1,29 @@
class AwsNuke < Formula
desc "Nuke a whole AWS account and delete all its resources"
homepage "https://github.com/ekristen/aws-nuke"
url "https://github.com/ekristen/aws-nuke.git",
tag: "v3.31.0",
revision: "1ffd923ca1fefc74f04ae7f780aee47a3b4d7ec7"
url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.32.0.tar.gz"
sha256 "2a78f2cf6210f926c8db48c03b320aa5d587face9e67e47f54dacacb2c08fbe8"
license "MIT"
head "https://github.com/ekristen/aws-nuke.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "11058a84e29712053deb5bbfd6f895d21d098a1b46d521c047dbfa37986a1ad0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "11058a84e29712053deb5bbfd6f895d21d098a1b46d521c047dbfa37986a1ad0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "11058a84e29712053deb5bbfd6f895d21d098a1b46d521c047dbfa37986a1ad0"
sha256 cellar: :any_skip_relocation, sonoma: "e0869a997e4bb711bb853b454956728d12fc9c9c7c236168462e1a73d5f6718e"
sha256 cellar: :any_skip_relocation, ventura: "e0869a997e4bb711bb853b454956728d12fc9c9c7c236168462e1a73d5f6718e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ad20f2c67c0676c6ef301a87728a19b5f2299edc6c85d837e0c5a6c02af732d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "358b0064246435d6039e72fe61e8204e1770f41057dd305c0271bea5c1fe1e41"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "358b0064246435d6039e72fe61e8204e1770f41057dd305c0271bea5c1fe1e41"
sha256 cellar: :any_skip_relocation, arm64_ventura: "358b0064246435d6039e72fe61e8204e1770f41057dd305c0271bea5c1fe1e41"
sha256 cellar: :any_skip_relocation, sonoma: "331ec158ff4032830547a7056c9ae8e15e96a7aa7b27dce24d0fd088aaf049ce"
sha256 cellar: :any_skip_relocation, ventura: "331ec158ff4032830547a7056c9ae8e15e96a7aa7b27dce24d0fd088aaf049ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "44367fb072b9a39edc68d7bc10674b5c6c0f0b94244a735a38c223abd4c93683"
end

depends_on "go" => :build

def install
build_xdst="github.com/ekristen/aws-nuke/v#{version.major}/pkg/common"
ldflags = %W[
-s -w
-X #{build_xdst}.SUMMARY=#{version}
-X github.com/ekristen/aws-nuke/v#{version.major}/pkg/common.SUMMARY=#{version}
]
with_env(
"CGO_ENABLED" => "0",
) do
system "go", "build", *std_go_args(ldflags:)
end
ENV["CGO_ENABLED"] = "0"
system "go", "build", *std_go_args(ldflags:)

pkgshare.install "pkg/config"

Expand Down

0 comments on commit 94d8dfb

Please sign in to comment.