From 810063ffe2bf55b17a299f720d5d3c02b9950a25 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH] clean-me: use `deprecate!` instead of `discontinued` --- Casks/c/clean-me.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/clean-me.rb b/Casks/c/clean-me.rb index 6e99f738e8..9b6e645a92 100644 --- a/Casks/c/clean-me.rb +++ b/Casks/c/clean-me.rb @@ -13,13 +13,11 @@ cask "clean-me" do desc "System cleaner for logs, caches and more" homepage "https://github.com/Kevin-De-Koninck/Clean-Me" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "Clean Me.app" # No zap stanza required - - caveats do - discontinued - end end