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