From 2f4bf151cb03b83dcf078a194afc6b0694a9e311 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH] parse: use `deprecate!` instead of `discontinued` --- Casks/p/parse.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/parse.rb b/Casks/p/parse.rb index 1d6887d199..a3c15a8310 100644 --- a/Casks/p/parse.rb +++ b/Casks/p/parse.rb @@ -7,11 +7,9 @@ cask "parse" do name "Parse" homepage "https://parseplatform.org/" + deprecate! date: "2023-12-17", because: :discontinued + container type: :naked binary "parse" - - caveats do - discontinued - end end