homebrew-cask/Casks/jaxx.rb

14 lines
519 B
Ruby
Raw Normal View History

2016-12-03 23:11:29 +08:00
cask 'jaxx' do
2017-12-17 05:14:56 +08:00
version '1.3.9'
sha256 '0e1756d95c68e7d44e4faeba916ba27608584692dd2f67f89aa19d73c5109e05'
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',
2017-12-17 05:14:56 +08:00
checkpoint: '2670f07ef7e62cf6752333fbcef16a6be192ff340099eb64a071582fe86470b4'
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'
end