From 756215fa130c0f27f5698eee8aee956029d26b9a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 15:31:22 -0500 Subject: [PATCH 1/3] happygrep: `disable` Signed-off-by: Rui Chen --- Casks/h/happygrep.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/h/happygrep.rb b/Casks/h/happygrep.rb index a6e1feeb6c..aaadc67a1d 100644 --- a/Casks/h/happygrep.rb +++ b/Casks/h/happygrep.rb @@ -4,7 +4,13 @@ cask "happygrep" do url "https://github.com/happypeter/happygrep/releases/download/v#{version}/happygrep.zip" name "happygrep" + desc "Command line search" homepage "https://github.com/happypeter/happygrep" + # no releases in the past 10 years, it also reference libncursesw.5 + disable! date: "2024-01-01", because: unmaintained + binary "happygrep" + + # No zap stanza required end From 11897292e9d2b1ac3f51b16a1521f0c9df6eb3cd Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 1 Jan 2024 22:45:41 +0200 Subject: [PATCH 2/3] Update Casks/h/happygrep.rb --- Casks/h/happygrep.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/h/happygrep.rb b/Casks/h/happygrep.rb index aaadc67a1d..abc1b5a042 100644 --- a/Casks/h/happygrep.rb +++ b/Casks/h/happygrep.rb @@ -8,7 +8,7 @@ cask "happygrep" do homepage "https://github.com/happypeter/happygrep" # no releases in the past 10 years, it also reference libncursesw.5 - disable! date: "2024-01-01", because: unmaintained + disable! date: "2024-01-01", because: :unmaintained binary "happygrep" From 052d1592203c2f9dc41a1ccbbc36c7ca4a7d4e75 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Tue, 2 Jan 2024 09:04:25 +1100 Subject: [PATCH 3/3] Update happygrep.rb --- Casks/h/happygrep.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/h/happygrep.rb b/Casks/h/happygrep.rb index abc1b5a042..3629db04a3 100644 --- a/Casks/h/happygrep.rb +++ b/Casks/h/happygrep.rb @@ -4,7 +4,7 @@ cask "happygrep" do url "https://github.com/happypeter/happygrep/releases/download/v#{version}/happygrep.zip" name "happygrep" - desc "Command line search" + desc "Command-line search" homepage "https://github.com/happypeter/happygrep" # no releases in the past 10 years, it also reference libncursesw.5