From 424f62a9b9dc4df257831bf68b68b02d0bb857ce Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH] hwsensors: use `deprecate!` instead of `discontinued` --- Casks/h/hwsensors.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/hwsensors.rb b/Casks/h/hwsensors.rb index 19944cb1d1..d8ba4654fb 100644 --- a/Casks/h/hwsensors.rb +++ b/Casks/h/hwsensors.rb @@ -7,6 +7,8 @@ cask "hwsensors" do desc "Tool to access information from available hardware sensors" homepage "https://github.com/kozlekek/HWSensors/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "HWSensors.#{version}.pkg" uninstall login_item: "HWMonitor", @@ -17,8 +19,4 @@ cask "hwsensors" do "~/Library/Application Support/HWMonitor", "~/Library/Preferences/org.hwsensors.HWMonitor.plist", ] - - caveats do - discontinued - end end