homebrew-cask/Casks/copay.rb

15 lines
514 B
Ruby
Raw Normal View History

2016-03-18 19:39:51 +08:00
cask 'copay' do
2016-05-02 04:44:30 +08:00
version '1.12.1'
sha256 '2c3181c5985dd7165e563c2702ec927947a8e0f601583204bdecaf897fa3ebdc'
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-05-02 04:44:30 +08:00
checkpoint: 'b28d35e6e29c6811be0e5d9531a95fed474b69d0cb783c1bcf48c7b22977f71e'
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