mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
xamarin-workbooks: use deprecate! instead of discontinued
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user