homebrew-cask/Casks/bitpay.rb

15 lines
464 B
Ruby
Raw Normal View History

cask 'bitpay' do
2018-11-06 05:13:41 +08:00
version '4.8.0'
sha256 '7b998c228fbd543a272f9237d0dd79bb42a6b78ebb36c156928adff8ded3fde8'
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/bitpay/copay/releases.atom'
name 'BitPay'
homepage 'https://bitpay.com/'
app 'BitPay.app'
zap trash: '~/Library/Application Support/bitpay'
end