homebrew-cask/Casks/binance.rb

19 lines
565 B
Ruby

cask "binance" do
version "1.9.0"
sha256 "a222c2c7ce4bcd57dd678afac1f962c3744c89b5c5e5efabad0f6af2558fca65"
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