From e89579e3347204f6b51c93ee8305e6e6bd727be0 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH] handbrakebatch: use `deprecate!` instead of `discontinued` --- Casks/h/handbrakebatch.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/handbrakebatch.rb b/Casks/h/handbrakebatch.rb index e3b23b1ec2..8d917ca9b2 100644 --- a/Casks/h/handbrakebatch.rb +++ b/Casks/h/handbrakebatch.rb @@ -6,9 +6,7 @@ cask "handbrakebatch" do name "HandBrakeBatch" homepage "https://osomac.com/apps/osx/handbrake-batch/" - app "HandBrakeBatch.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "HandBrakeBatch.app" end