Skip to content

Commit e5bda44

Browse files
authored
Merge pull request #199814 from Homebrew/bump-aws-nuke-3.34.0
aws-nuke 3.34.0
2 parents 3812fe6 + 5f81382 commit e5bda44

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/aws-nuke.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class AwsNuke < Formula
22
desc "Nuke a whole AWS account and delete all its resources"
33
homepage "https://github.com/ekristen/aws-nuke"
4-
url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.33.0.tar.gz"
5-
sha256 "7b87180895c6c1729dbf803dfb90b2ca1d4ec9b92198e64cc6f1bc225965e6e1"
4+
url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.34.0.tar.gz"
5+
sha256 "01da2bfbda59fb318dde4af278090a7066b4a93f19ec316abe0ad59ad5a214aa"
66
license "MIT"
77
head "https://github.com/ekristen/aws-nuke.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "009b690771a6a8388ddb41986932c34fb16424ece2fd8963781bb5eee0de95df"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "009b690771a6a8388ddb41986932c34fb16424ece2fd8963781bb5eee0de95df"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "009b690771a6a8388ddb41986932c34fb16424ece2fd8963781bb5eee0de95df"
13-
sha256 cellar: :any_skip_relocation, sonoma: "cf99f07c69dce750bb1f7e5f794414e01627b21802a72aa81eb83b7d2055f6fb"
14-
sha256 cellar: :any_skip_relocation, ventura: "cf99f07c69dce750bb1f7e5f794414e01627b21802a72aa81eb83b7d2055f6fb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "10e1330e35bbf45acdf2a464d0da13def9c4ba1624f9e2a1bfccb7ed4e02deda"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8328a06381ca104a275993dc52c9f0726f5ec54d33aa4c850d578c559e19aa53"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8328a06381ca104a275993dc52c9f0726f5ec54d33aa4c850d578c559e19aa53"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8328a06381ca104a275993dc52c9f0726f5ec54d33aa4c850d578c559e19aa53"
13+
sha256 cellar: :any_skip_relocation, sonoma: "609acd82c5ca5c1130b8fc21384e141fd3a4870cee5a093dd659b53312f5df4b"
14+
sha256 cellar: :any_skip_relocation, ventura: "609acd82c5ca5c1130b8fc21384e141fd3a4870cee5a093dd659b53312f5df4b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "253f6a99567fa750cc6f2e13c3003e9a0141ab89dd3ec03b6182e42157965264"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)