mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #161372 from krehel/ganache-discontinue
ganache: mark `discontinued`
This commit is contained in:
+8
-1
@@ -6,7 +6,7 @@ cask "ganache" do
|
||||
verified: "github.com/trufflesuite/ganache-ui/"
|
||||
name "Ganache"
|
||||
desc "Personal blockchain for Ethereum development"
|
||||
homepage "https://truffleframework.com/ganache/"
|
||||
homepage "https://trufflesuite.com/ganache/"
|
||||
|
||||
app "Ganache.app"
|
||||
|
||||
@@ -16,4 +16,11 @@ cask "ganache" do
|
||||
"~/Library/Preferences/org.trufflesuite.ganache.plist",
|
||||
"~/Library/Saved Application State/org.trufflesuite.ganache.savedState",
|
||||
]
|
||||
|
||||
caveats do
|
||||
discontinued
|
||||
<<~EOS
|
||||
See https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat for information
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user