From 6c6f2338adb1c0a3fb0abb67db1075f4c2d30b72 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH] 360safe: use `deprecate!` instead of `discontinued` --- Casks/3/360safe.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/3/360safe.rb b/Casks/3/360safe.rb index 17a233f555..bcd48a3e25 100644 --- a/Casks/3/360safe.rb +++ b/Casks/3/360safe.rb @@ -7,9 +7,7 @@ cask "360safe" do desc "Protection and antivirus security" homepage "https://www.360totalsecurity.com/features/360-total-security-mac/" - app "360Safe.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "360Safe.app" end