|
1 | 1 | class AwsNuke < Formula |
2 | 2 | desc "Nuke a whole AWS account and delete all its resources" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/ekristen/aws-nuke.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments