From 9208b93f0a54eed7bd0189921b34057cbea9c32e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 29 Dec 2023 13:56:13 -0500 Subject: [PATCH] controlplane: deprecate Signed-off-by: Rui Chen controlplane: add `desc` Signed-off-by: Rui Chen --- Casks/c/controlplane.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Casks/c/controlplane.rb b/Casks/c/controlplane.rb index 4bdfbce134..6c0c1ca4d1 100644 --- a/Casks/c/controlplane.rb +++ b/Casks/c/controlplane.rb @@ -5,12 +5,11 @@ cask "controlplane" do url "https://github.com/dustinrue/ControlPlane/releases/download/#{version}/ControlPlane-#{version}.dmg", verified: "github.com/dustinrue/ControlPlane/" name "ControlPlane" + desc "Context-sensitive application launcher" homepage "https://www.controlplaneapp.com/" - livecheck do - url :url - strategy :github_latest - end + # app crash and homepage is gone + deprecate! date: "2023-12-29", because: :discontinued app "ControlPlane.app"