From 7083d06cf49969f63740a251811b7938d5952aba Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH] machoexplorer: use `deprecate!` instead of `discontinued` --- Casks/m/machoexplorer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/machoexplorer.rb b/Casks/m/machoexplorer.rb index 2e686bf889..36e2f0b1aa 100644 --- a/Casks/m/machoexplorer.rb +++ b/Casks/m/machoexplorer.rb @@ -7,9 +7,7 @@ cask "machoexplorer" do desc "Mach-O Executable File Explorer" homepage "https://github.com/everettjf/MachOExplorer" - app "MachOExplorer.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "MachOExplorer.app" end