From 23384e472d4723433cf46a26bfb9e14617880005 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH] multibit-hd: use `deprecate!` instead of `discontinued` --- Casks/m/multibit-hd.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/multibit-hd.rb b/Casks/m/multibit-hd.rb index 7d63dc93ca..44315c7e36 100644 --- a/Casks/m/multibit-hd.rb +++ b/Casks/m/multibit-hd.rb @@ -6,11 +6,9 @@ cask "multibit-hd" do name "MultiBit HD" homepage "https://github.com/Multibit-Legacy/multibit-hd" + deprecate! date: "2023-12-17", because: :discontinued + app "MultiBit HD.app" uninstall quit: "com.install4j.6925-4794-5772-4956.24" - - caveats do - discontinued - end end