homebrew-cask/Casks/bitpay.rb

15 lines
572 B
Ruby
Raw Normal View History

cask 'bitpay' do
2017-08-01 18:30:33 +08:00
version '3.7.1'
sha256 '9851b5ea2bea9a84de3d4b327ab8acb78a7bcd8738a8ad38497e91362cc58917'
# github.com/bitpay/copay was verified as official when first introduced to the cask
2017-04-27 23:51:34 +08:00
url "https://github.com/bitpay/copay/releases/download/v#{version}/BitPay.dmg"
appcast 'https://github.com/bitpay/copay/releases.atom',
2017-08-01 18:30:33 +08:00
checkpoint: 'de673f5a2182368cbb1d0edf10d9d68c99cbecc3391b06d4e834467abe21696c'
name 'BitPay'
homepage 'https://bitpay.com/'
gpg "#{url}.sig", key_id: '9d17e656bb3b6163ae9d71725cd600a61112cfa1'
app 'BitPay.app'
end