homebrew-cask/Casks/copay.rb

16 lines
529 B
Ruby
Raw Normal View History

2017-12-14 04:33:06 +08:00
cask 'copay' do
2018-07-11 06:22:46 +08:00
version '4.5.0'
sha256 '364231e3e45d98549d643c914b72b5511c81f48a4c8514df892fe185fedb65c4'
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/'
gpg "#{url}.sig", key_id: '9d17e656bb3b6163ae9d71725cd600a61112cfa1'
app 'Copay.app'
zap trash: '~/Library/Application Support/bitpay'
end