homebrew-cask/Casks/bisq.rb

13 lines
432 B
Ruby
Raw Normal View History

cask 'bisq' do
version '1.3.1'
sha256 'db42438d0e8d5c8d243bff23f7f1ae0685e007d22042ba6debb29e56d225733d'
2016-10-31 09:36:25 +08:00
# github.com/bisq-network/bisq/ was verified as official when first introduced to the cask
2019-05-21 07:57:55 +08:00
url "https://github.com/bisq-network/bisq/releases/download/v#{version}/Bisq-#{version}.dmg"
appcast 'https://github.com/bisq-network/bisq/releases.atom'
name 'Bisq'
2019-05-03 22:07:17 +08:00
homepage 'https://bisq.network/'
2016-10-31 09:36:25 +08:00
app 'Bisq.app'
2016-10-31 09:36:25 +08:00
end