From d43544929ca4894733a93f2cc087542cd9dd6d52 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 22 Jan 2025 17:21:27 -0500 Subject: [PATCH 1/2] pwned 12.1.2 autobump: add pwned Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/p/pwned.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index b570592a69b7c..36715f75fd8f4 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2620,6 +2620,7 @@ purescript-language-server pushpin putty pv +pwned pwntools py-spy py3cairo diff --git a/Formula/p/pwned.rb b/Formula/p/pwned.rb index 610c1a95ddc78..c337394ca2b47 100644 --- a/Formula/p/pwned.rb +++ b/Formula/p/pwned.rb @@ -1,8 +1,8 @@ class Pwned < Formula desc "CLI for the 'Have I been pwned?' service" homepage "https://github.com/wKovacs64/pwned" - url "https://registry.npmjs.org/pwned/-/pwned-12.1.1.tgz" - sha256 "9891674b8c269b5be7af510bbbe46c5edd04f803053719625797b38eef840863" + url "https://registry.npmjs.org/pwned/-/pwned-12.1.2.tgz" + sha256 "cec3ba5e1f552aa46170b70facb5b0c527b08a5810e0db63770bc8360f071fe5" license "MIT" bottle do From 93e31f98b42d9046c55955540a9b80a39b285dbf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:32:35 +0000 Subject: [PATCH 2/2] pwned: update 12.1.2 bottle. --- Formula/p/pwned.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/p/pwned.rb b/Formula/p/pwned.rb index c337394ca2b47..7569771b3c4ff 100644 --- a/Formula/p/pwned.rb +++ b/Formula/p/pwned.rb @@ -6,8 +6,7 @@ class Pwned < Formula license "MIT" bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "65ad0f5e5dadd586b0f0ee5c1606ce4533821694d92807d1694adb28b82aae01" + sha256 cellar: :any_skip_relocation, all: "9ebd3ad239fc48a2eed418cd390de0919eb63ffc9731ce5317a26cdf046d8845" end depends_on "node"