homebrew-cask/Casks/copay.rb

15 lines
458 B
Ruby
Raw Normal View History

2017-12-14 04:33:06 +08:00
cask 'copay' do
2018-09-09 23:28:19 +08:00
version '4.6.2'
sha256 '0bc82e497b6576a8d0c861c607fb71565e84611f4172d788c8ec3698a98b45b2'
2017-12-14 04:33:06 +08:00
# github.com/bitpay/copay was verified as official when first introduced to the cask
url "https://github.com/bitpay/copay/releases/download/v#{version}/Copay.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/bitpay/copay/releases.atom'
2017-12-14 04:33:06 +08:00
name 'Copay'
homepage 'https://copay.io/'
app 'Copay.app'
zap trash: '~/Library/Application Support/bitpay'
end