homebrew-cask/Casks/copay.rb

15 lines
513 B
Ruby
Raw Normal View History

2016-03-18 19:39:51 +08:00
cask 'copay' do
2016-08-15 03:28:24 +08:00
version '2.4.0'
sha256 '4ec3a22b787fa4d0214961e79138f4a28bf1cf4353c460725fe39326c6c76a0e'
2016-03-18 19:39:51 +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-osx.dmg"
appcast 'https://github.com/bitpay/copay/releases.atom',
2016-08-15 03:28:24 +08:00
checkpoint: '30ffdfb7b3b882be4952711bf3672549655c681c364965845b5f38031c18c0dc'
2016-03-18 19:39:51 +08:00
name 'Copay'
homepage 'https://copay.io'
2016-03-19 23:39:45 +08:00
license :oss
2016-03-18 19:39:51 +08:00
app 'Copay.app'
end