From c611844d55fb5c520f88884b938762bca8ed9637 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH] socket-io-tester: use `deprecate!` instead of `discontinued` --- Casks/s/socket-io-tester.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/socket-io-tester.rb b/Casks/s/socket-io-tester.rb index eefb4d147c..aef76acae5 100644 --- a/Casks/s/socket-io-tester.rb +++ b/Casks/s/socket-io-tester.rb @@ -6,9 +6,7 @@ cask "socket-io-tester" do name "socket-io-tester.app" homepage "https://github.com/AppSaloon/socket.io-tester" - app "socket-io-tester-darwin-x64/socket-io-tester.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "socket-io-tester-darwin-x64/socket-io-tester.app" end