From 1b2d28c1ea37d246f6e9c1dcf6c68f629c92be3a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH] xamarin-workbooks: use `deprecate!` instead of `discontinued` --- Casks/x/xamarin-workbooks.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/x/xamarin-workbooks.rb b/Casks/x/xamarin-workbooks.rb index 2abf8b35fc..5a96e11945 100644 --- a/Casks/x/xamarin-workbooks.rb +++ b/Casks/x/xamarin-workbooks.rb @@ -8,13 +8,11 @@ cask "xamarin-workbooks" do desc "C# documentation and coding materials" homepage "https://docs.microsoft.com/en-us/xamarin/tools/workbooks/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :el_capitan" pkg "XamarinInteractive-#{version}.pkg" uninstall pkgutil: "com.xamarin.Inspector" - - caveats do - discontinued - end end