From 61ada1672876aea1461ddca5302b528e67e8ff29 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH] ganache: use `deprecate!` instead of `discontinued` --- Casks/g/ganache.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/g/ganache.rb b/Casks/g/ganache.rb index bda52c2bb9..3caa3daed4 100644 --- a/Casks/g/ganache.rb +++ b/Casks/g/ganache.rb @@ -8,6 +8,8 @@ cask "ganache" do desc "Personal blockchain for Ethereum development" homepage "https://trufflesuite.com/ganache/" + deprecate! date: "2023-12-17", because: :discontinued + app "Ganache.app" zap trash: [ @@ -18,7 +20,6 @@ cask "ganache" do ] caveats do - discontinued <<~EOS See https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat for information EOS