homebrew-cask/Casks/jaxx.rb

19 lines
642 B
Ruby
Raw Normal View History

2016-12-03 23:11:29 +08:00
cask 'jaxx' do
2018-04-06 23:29:09 +08:00
version '1.3.15'
sha256 'b054de8f5fe423c2c671494ac53acef4c25a310fddcb3088fdc34e15f4d95759'
2016-12-03 23:11:29 +08:00
# github.com/Jaxx-io/Jaxx was verified as official when first introduced to the cask
url "https://github.com/Jaxx-io/Jaxx/releases/download/v#{version}/Jaxx-#{version}.dmg"
appcast 'https://github.com/Jaxx-io/Jaxx/releases.atom',
2018-04-06 23:29:09 +08:00
checkpoint: '8e47b7e7b92e53145c3d3864cad1e0351ce0b02e2e8d8d641ab84a277a30cf94'
2016-12-03 23:11:29 +08:00
name 'Jaxx Blockchain Wallet'
2016-12-04 11:51:09 +08:00
homepage 'https://jaxx.io/'
2016-12-03 23:11:29 +08:00
app 'Jaxx.app'
zap trash: [
'~/Library/Application Support/jaxx',
'~/Library/Logs/jaxx',
]
2016-12-03 23:11:29 +08:00
end