From a7e12620da979cd253eb4fff3fb2b5ee11ce4b68 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH] blockstack: use `deprecate!` instead of `discontinued` --- Casks/b/blockstack.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/blockstack.rb b/Casks/b/blockstack.rb index fb32404a7e..ba9d71f3bb 100644 --- a/Casks/b/blockstack.rb +++ b/Casks/b/blockstack.rb @@ -8,11 +8,9 @@ cask "blockstack" do desc "Explore the Blockstack internet" homepage "https://blockstack.org/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "Blockstack.app" - - caveats do - discontinued - end end