diff --git a/.github/autobump.txt b/.github/autobump.txt index b570592a69b7cb..36715f75fd8f4d 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 610c1a95ddc786..7569771b3c4ff7 100644 --- a/Formula/p/pwned.rb +++ b/Formula/p/pwned.rb @@ -1,13 +1,12 @@ 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 - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "65ad0f5e5dadd586b0f0ee5c1606ce4533821694d92807d1694adb28b82aae01" + sha256 cellar: :any_skip_relocation, all: "9ebd3ad239fc48a2eed418cd390de0919eb63ffc9731ce5317a26cdf046d8845" end depends_on "node"