From 60e6c7b340b70483ecd62e85236d0fed5c539699 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH] pycharm-with-anaconda-plugin: use `deprecate!` instead of `discontinued` --- Casks/p/pycharm-with-anaconda-plugin.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/pycharm-with-anaconda-plugin.rb b/Casks/p/pycharm-with-anaconda-plugin.rb index a23c66a9be..f05409896c 100644 --- a/Casks/p/pycharm-with-anaconda-plugin.rb +++ b/Casks/p/pycharm-with-anaconda-plugin.rb @@ -7,6 +7,8 @@ cask "pycharm-with-anaconda-plugin" do desc "PyCharm IDE with Anaconda plugin" homepage "https://www.jetbrains.com/pycharm/promo/anaconda" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "PyCharm with Anaconda plugin .app" @@ -24,8 +26,4 @@ cask "pycharm-with-anaconda-plugin" do "~/Library/Application Support/JetBrains/PyCharm*", "~/Library/Saved Application State/com.jetbrains.pycharm.savedState", ] - - caveats do - discontinued - end end