From b7d67d54e984d24eab59a9e098a415f99de3e197 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH] proximity: use `deprecate!` instead of `discontinued` --- Casks/p/proximity.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/proximity.rb b/Casks/p/proximity.rb index 87035b9f86..3fdf89765c 100644 --- a/Casks/p/proximity.rb +++ b/Casks/p/proximity.rb @@ -7,12 +7,10 @@ cask "proximity" do name "Proximity" homepage "https://www.tokyodawn.net/proximity/" + deprecate! date: "2023-12-17", because: :discontinued + container nested: "macOS/Proximity-VST-AU.dmg" audio_unit_plugin "Proximity.component" vst_plugin "Proximity.vst" - - caveats do - discontinued - end end