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-06-19 01:17:46 +08:00
version '4.4.0'
sha256 '5b7eafb7bdcf5a6b681c9e56e66cddb84aee720210d152cffc6e3ea0cacd8eb1'
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