homebrew-cask/Casks/bisq.rb

15 lines
598 B
Ruby
Raw Normal View History

cask 'bisq' do
2017-07-17 22:37:14 +08:00
version '0.5.3'
sha256 'fa3b44ea298f66be697556b967d53e78964abc8b9da52bc8bad5e0500fd4b65b'
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-27 09:16:42 +08:00
checkpoint: 'a4a386edb7bedaffe3f2f282a42042fed68a086538af81dc08ca4689b008221e'
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