From be47fbe6149efc3ffdf48857747a096708f25169 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH] bingpaper: use `deprecate!` instead of `discontinued` --- Casks/b/bingpaper.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bingpaper.rb b/Casks/b/bingpaper.rb index 59695096bd..cd9c8a8455 100644 --- a/Casks/b/bingpaper.rb +++ b/Casks/b/bingpaper.rb @@ -7,6 +7,8 @@ cask "bingpaper" do desc "Use the Bing daily photo as your wallpaper" homepage "https://github.com/pengsrc/BingPaper" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :catalina" app "BingPaper.app" @@ -21,8 +23,4 @@ cask "bingpaper" do "~/Library/Containers/io.pjw.mac.BingPaper", "~/Library/Containers/io.pjw.mac.BingPaperLoginItem", ] - - caveats do - discontinued - end end