homebrew-cask/Casks/l/ledger-live.rb

30 lines
760 B
Ruby

cask "ledger-live" do
version "2.68.1"
sha256 "4acffe0a720b5e086921aed1a67bc443c847cb1e51a35b74f7c34725f54d45d1"
url "https://download.live.ledger.com/ledger-live-desktop-#{version}-mac.dmg"
name "Ledger Live"
desc "Wallet desktop application to maintain multiple cryptocurrencies"
homepage "https://www.ledger.com/ledger-live"
livecheck do
url "https://download.live.ledger.com/latest/mac"
strategy :header_match
end
auto_updates true
app "Ledger Live.app"
uninstall quit: [
"com.ledger.live",
"com.ledger.live.helper",
]
zap trash: [
"~/Library/Application Support/Ledger Live",
"~/Library/Preferences/com.ledger.live.plist",
"~/Library/Saved Application State/com.ledger.live.savedState",
]
end