homebrew-cask/Casks/cryptobridge.rb

14 lines
441 B
Ruby

cask 'cryptobridge' do
version '0.18.7'
sha256 '6771932c1b3fa86883e8a0678c9df107d6306cafbed50a7722f6952442a44390'
url "https://github.com/CryptoBridge/cryptobridge-ui/releases/download/v#{version}/CryptoBridge-#{version}.dmg"
appcast 'https://github.com/CryptoBridge/cryptobridge-ui/releases.atom'
name 'CryptoBridge'
homepage 'https://github.com/CryptoBridge/cryptobridge-ui'
auto_updates true
app 'CryptoBridge.app'
end