homebrew-cask/Casks/jaxx-liberty.rb

17 lines
444 B
Ruby

cask 'jaxx-liberty' do
version '2.3.9'
sha256 'dbf7852e460be230f42e0f95c355b847d1404870a0a0e62bc988086edf848966'
url "https://download-liberty.jaxx.io/Jaxx.Liberty-#{version}.dmg"
appcast 'https://jaxx.io/downloads.html'
name 'Jaxx Blockchain Wallet'
homepage 'https://jaxx.io/'
app 'Jaxx Liberty.app'
zap trash: [
'~/Library/Application Support/jaxx',
'~/Library/Logs/jaxx',
]
end