homebrew-cask/Casks/bisq.rb

13 lines
450 B
Ruby
Raw Normal View History

cask 'bisq' do
2019-01-10 01:21:40 +08:00
version '0.9.3'
sha256 'cfe6f0d346d9f4639d8d9eaa3e60374deeb0df3804f578d227e6e05f474d8dda'
2016-10-31 09:36:25 +08:00
2018-04-16 05:02:25 +08:00
# github.com/bisq-network/bisq-desktop was verified as official when first introduced to the cask
url "https://github.com/bisq-network/bisq-desktop/releases/download/v#{version}/Bisq-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/bisq-network/bisq-desktop/releases.atom'
name 'Bisq'
homepage 'https://bisq.io/'
2016-10-31 09:36:25 +08:00
app 'Bisq.app'
2016-10-31 09:36:25 +08:00
end