From af8c5ba513e7565189ee54dc418de5a36f2d4f2f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH] growlnotify: use `deprecate!` instead of `discontinued` --- Casks/g/growlnotify.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/growlnotify.rb b/Casks/g/growlnotify.rb index f9a81452d4..6297e61000 100644 --- a/Casks/g/growlnotify.rb +++ b/Casks/g/growlnotify.rb @@ -8,11 +8,9 @@ cask "growlnotify" do desc "Notification system" homepage "https://growl.github.io/growl/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "GrowlNotify.pkg" uninstall pkgutil: "info.growl.growlnotify.*pkg" - - caveats do - discontinued - end end