From 05dbd1484ce8b9163ab0aa5e92c991014b4fe86f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH] bubo: use `deprecate!` instead of `discontinued` --- Casks/b/bubo.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bubo.rb b/Casks/b/bubo.rb index b87438addb..5517a1b9ef 100644 --- a/Casks/b/bubo.rb +++ b/Casks/b/bubo.rb @@ -9,11 +9,9 @@ cask "bubo" do desc "Fixes broken bluetooth headset control" homepage "https://github.com/jguice/mac-bt-headset-fix" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "bubo.app" - - caveats do - discontinued - end end