homebrew-cask/Casks/dogecoin.rb

14 lines
551 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dogecoin' do
2016-01-13 01:57:42 +08:00
version '1.10.0'
sha256 'be854af97efecf30ee18ed846a3bf3a780a0eb0e459a49377d7a8261c212b322'
2016-02-12 08:10:19 +08:00
# github.com/dogecoin/dogecoin was verified as official when first introduced to the cask
2016-01-13 01:57:42 +08:00
url "https://github.com/dogecoin/dogecoin/releases/download/v#{version}/dogecoin-#{version}-osx-signed.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/dogecoin/dogecoin/releases.atom',
2017-03-28 21:20:50 +08:00
checkpoint: 'a95e91189854b31e03a68bb01da0b3db37575cb92f47f8dc69e0c1d87cfc8396'
2015-03-28 01:13:45 +08:00
name 'Dogecoin'
homepage 'http://dogecoin.com/'
2014-09-16 00:05:29 +08:00
app 'Dogecoin-Qt.app'
end