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
2016-11-21 03:53:58 +08:00
version '0.4.9.8'
sha256 'badb2a66252072af83c7c8d77a98b556b8eeef94eacc2d104bbe85c5af7c45d6'
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',
2016-11-21 03:53:58 +08:00
checkpoint: '04c4276419fe404f24206e3a9a222e4d9676b136a92ade78df95af0fec21bafc'
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