homebrew-cask/Casks/bisq.rb

13 lines
450 B
Ruby

cask 'bisq' do
version '0.9.1'
sha256 'ac026089ace53a9b07023a3d5f2757e76b0e0215a6f341955c30047e7f20b211'
# 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"
appcast 'https://github.com/bisq-network/bisq-desktop/releases.atom'
name 'Bisq'
homepage 'https://bisq.io/'
app 'Bisq.app'
end