From 5286e43166d95e2dc4c43e18a5396f854723bd22 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH] sketchbook: use `deprecate!` instead of `discontinued` --- Casks/s/sketchbook.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/s/sketchbook.rb b/Casks/s/sketchbook.rb index e85aada892..50d5197f36 100644 --- a/Casks/s/sketchbook.rb +++ b/Casks/s/sketchbook.rb @@ -8,6 +8,8 @@ cask "sketchbook" do desc "Draw, paint, & sketch application" homepage "https://www.sketchbook.com/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "SketchBook_v#{version.csv.first}_mac.pkg" uninstall quit: "com.autodesk.SketchBook", @@ -20,8 +22,6 @@ cask "sketchbook" do ] caveats do - discontinued - <<~EOS Sketchbook is now handled by Sketchbook, Inc. and Autodesk no longer provides downloads. The app appears to only be available through app stores at this point (see https://www.sketchbook.com/apps). EOS