From 78910ad1fb4b02c13dab39c0ee317018f7dc6652 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH] xtorrent: use `deprecate!` instead of `discontinued` --- Casks/x/xtorrent.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/x/xtorrent.rb b/Casks/x/xtorrent.rb index 6d0527e3c9..b53581b3e1 100644 --- a/Casks/x/xtorrent.rb +++ b/Casks/x/xtorrent.rb @@ -7,11 +7,9 @@ cask "xtorrent" do desc "Torrent client" homepage "http://www.xtorrent.com/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: "<= :catalina" app "Xtorrent.app" - - caveats do - discontinued - end end