homebrew-cask/Casks/bitsquare.rb

15 lines
621 B
Ruby
Raw Normal View History

2016-10-31 09:36:25 +08:00
cask 'bitsquare' do
2017-02-13 04:08:53 +08:00
version '0.4.9.9'
sha256 '5439e357ea7d4d33b22aaa57da34f2f3e80837c2413bbaaf4d49fdc6ebfdbfff'
2016-10-31 09:36:25 +08:00
# github.com/bitsquare/bitsquare was verified as official when first introduced to the cask
url "https://github.com/bitsquare/bitsquare/releases/download/v#{version}/Bitsquare-#{version}.dmg"
appcast 'https://github.com/bitsquare/bitsquare//releases.atom',
2017-02-13 04:08:53 +08:00
checkpoint: '84e08b981ce536df40748d72eda6cd6e838231ff349719442203e5cefd4819bd'
2016-10-31 09:36:25 +08:00
name 'Bitsquare'
homepage 'https://bitsquare.io/'
gpg "#{url}.asc", key_id: '1dc3c8c4316a698ac494039cf5b84436f379a1c6'
2016-10-31 09:36:25 +08:00
app 'Bitsquare.app'
end