From cd3977d330039e692ea72a0afbdbe3e9428f6c0a Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 8 Feb 2023 23:11:22 +0100 Subject: [PATCH] Remove appcast. (#140731) * Remove appcast. * Update videostream.rb * Update videostream.rb --------- Co-authored-by: Bevan Kay --- Casks/videostream.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Casks/videostream.rb b/Casks/videostream.rb index 4c7aa0d879c85..e10e7fad6c36c 100644 --- a/Casks/videostream.rb +++ b/Casks/videostream.rb @@ -3,7 +3,6 @@ sha256 :no_check url "https://cdn.getvideostream.com/videostream-native-updates/macOS/Videostream.pkg" - appcast "https://videostream-cdn.s3.amazonaws.com/videostream-native-updates/macOS/manifest.json" name "Videostream" desc "Stream media from your computer to Chromecast" homepage "https://getvideostream.com/" @@ -16,4 +15,8 @@ ], pkgutil: "com.videostream", signal: ["TERM", "com.videostream"] + + caveats do + discontinued + end end