homebrew-cask/Casks/binance.rb

19 lines
565 B
Ruby
Raw Normal View History

2020-10-29 22:53:18 +08:00
cask "binance" do
version "1.8.2"
sha256 "826320292a00f5540bdf591c71aaea20b75e9e15b4b342063105c86dece27482"
2020-10-29 22:53:18 +08:00
url "https://ftp.binance.com/electron-desktop/mac/production/binance-#{version}.dmg"
appcast "https://ftp.binance.com/electron-desktop/mac/production/latest-mac.yml"
name "Binance"
desc "Cryptocurrency exchange"
homepage "http://binance.com/"
app "Binance.app"
zap trash: [
"~/Library/Application Support/Binance",
"~/Library/Saved Application State/com.binance.BinanceDesktop.savedState",
"~/Library/Logs/Binance",
]
end