From 162d69604efa9522559383636b0974f330fb2e1c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH] hookshot: use `deprecate!` instead of `discontinued` --- Casks/h/hookshot.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/hookshot.rb b/Casks/h/hookshot.rb index 65557e5516..7490e75f21 100644 --- a/Casks/h/hookshot.rb +++ b/Casks/h/hookshot.rb @@ -7,6 +7,8 @@ cask "hookshot" do desc "Window snapping tool" homepage "https://hookshot.app/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :sierra" @@ -22,8 +24,4 @@ cask "hookshot" do "~/Library/HTTPStorages/com.knollsoft.Hookshot.binarycookies", "~/Library/Preferences/com.knollsoft.Hookshot.plist", ] - - caveats do - discontinued - end end