homebrew-cask/Casks/bisq.rb

15 lines
598 B
Ruby
Raw Normal View History

cask 'bisq' do
2017-07-03 03:21:02 +08:00
version '0.5.1'
sha256 '68c7fdbead8b723c9a887576a4d9be497a1c525db029ccec8af62001a7a42d6a'
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}/Bisq-#{version}.dmg"
appcast 'https://github.com/bitsquare/bitsquare/releases.atom',
2017-07-03 03:21:02 +08:00
checkpoint: '09835a205339c4157693f75fcbe7e0ca6725a3b82008f8180bc25d6e5a6c21d5'
name 'Bisq'
homepage 'https://bitsquare.io/'
gpg "#{url}.asc", key_id: '1dc3c8c4316a698ac494039cf5b84436f379a1c6'
2016-10-31 09:36:25 +08:00
app 'Bisq.app'
2016-10-31 09:36:25 +08:00
end