From 092dfb08818d60b78e025d2d1b7294c16fa83d05 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH] lightform: use `deprecate!` instead of `discontinued` --- Casks/l/lightform.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/l/lightform.rb b/Casks/l/lightform.rb index 93aedaf234..849a156681 100644 --- a/Casks/l/lightform.rb +++ b/Casks/l/lightform.rb @@ -8,6 +8,8 @@ cask "lightform" do desc "AR projection and audio reactivity software for Lightform devices" homepage "https://lightform.com/creator" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :mojave" app "Lightform.app" @@ -18,8 +20,4 @@ cask "lightform" do "~/Library/Preferences/com.lightform.desktop.plist", "~/Library/Saved Application State/com.lightform.desktop.savedState", ] - - caveats do - discontinued - end end