videostream: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:46:08 -05:00
parent a81b8401af
commit e964265fd7
+2 -4
View File
@@ -7,6 +7,8 @@ cask "videostream" do
desc "Stream media from your computer to Chromecast"
homepage "https://getvideostream.com/"
deprecate! date: "2023-12-17", because: :discontinued
pkg "Videostream.pkg"
uninstall launchctl: [
@@ -15,8 +17,4 @@ cask "videostream" do
],
pkgutil: "com.videostream",
signal: ["TERM", "com.videostream"]
caveats do
discontinued
end
end