From ef872f3bc9030008309cf11431e86c96c86da5ff Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 15 Sep 2024 20:59:41 -0400 Subject: [PATCH] hashpump: disable --- Formula/h/hashpump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/hashpump.rb b/Formula/h/hashpump.rb index 4c794faee058..3c4e468004ac 100644 --- a/Formula/h/hashpump.rb +++ b/Formula/h/hashpump.rb @@ -16,7 +16,7 @@ class Hashpump < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "542fd495cbe83aed52b7766926946f923d1e395f46cb4245b6ac6387cbeb0276" end - deprecate! date: "2023-10-02", because: :repo_removed + disable! date: "2024-09-16", because: :repo_removed depends_on "openssl@3" depends_on "python@3.11"