homebrew-cask/Casks/bisq.rb

13 lines
450 B
Ruby
Raw Normal View History

cask 'bisq' do
2018-12-13 22:39:16 +08:00
version '0.9.1'
sha256 'ac026089ace53a9b07023a3d5f2757e76b0e0215a6f341955c30047e7f20b211'
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