From cf4517bb1b3617ddb25ef7b78b6b180a1a7040ae Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH] macdropany: use `deprecate!` instead of `discontinued` --- Casks/m/macdropany.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/macdropany.rb b/Casks/m/macdropany.rb index 92d33b9469..28995d6706 100644 --- a/Casks/m/macdropany.rb +++ b/Casks/m/macdropany.rb @@ -7,11 +7,9 @@ cask "macdropany" do desc "Syncs any local folder with the cloud" homepage "https://github.com/sebthedev/MacDropAny" + deprecate! date: "2023-12-17", because: :discontinued + app "MacDropAny.app" zap trash: "~/Library/Services/Sync via MacDropAny.workflow" - - caveats do - discontinued - end end