|
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.54.0.tar.gz" |
5 | | - sha256 "c47178ca467934bec1dd86a931aa0f8b88898678a14e717368be87c048800b8c" |
| 4 | + url "https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.54.1.tar.gz" |
| 5 | + sha256 "dcfacc119e072ebf89056921c3855b65eafbe55083ebdff14fe641656fbf9180" |
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: "b38e863cfcb050b0dee7d60cb2ada5952326f971dbb5d58def79e35e4681cda8" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b38e863cfcb050b0dee7d60cb2ada5952326f971dbb5d58def79e35e4681cda8" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "b38e863cfcb050b0dee7d60cb2ada5952326f971dbb5d58def79e35e4681cda8" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "ff5e801ce22aafb674f033b34c96491389c0bdbc899e6a92da24e1572e57ac25" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "ff5e801ce22aafb674f033b34c96491389c0bdbc899e6a92da24e1572e57ac25" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "2210f87dfeab151389a482c31ec69035505119fbc64812844e16a30ae60fb83d" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "daca788780ee8282910fe6902303896d21968ac234726a40ef4501f1777f6735" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "811f11aa2543b6b6b9ac93fa63e61ba5c2c511bd35f5017466a1537efdc10194" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "811f11aa2543b6b6b9ac93fa63e61ba5c2c511bd35f5017466a1537efdc10194" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "811f11aa2543b6b6b9ac93fa63e61ba5c2c511bd35f5017466a1537efdc10194" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "e9c67c1bf7dfaf0b067b38ca51596b2ef60c2bfa74a1b1713eec568cbf105d90" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "e9c67c1bf7dfaf0b067b38ca51596b2ef60c2bfa74a1b1713eec568cbf105d90" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "bd6dcdbb29591d2770c0ed5784c4ce3d7aa821ddf2d3c11d5d7481ccf7e22367" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b1f1fc817e324aa55aff5086cde82f9a6095003f0370af6cb8115d0d67ead38" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments