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-11-02 18:17:54 +08:00
version '4.8.0'
sha256 'bf3822c9f6b7f0acffae4dac49b0bc045e900b8306c306432899a0a4a1603704'
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