homebrew-cask/Casks/earthcoin.rb

13 lines
497 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'earthcoin' do
2015-03-07 22:19:54 +08:00
version '1.3.3'
sha256 'ba7db69c0f4da53ffae00fa1f593a24e4e7821e84c79e8dbeebc6bdefc6354c6'
2014-11-22 18:58:34 +08:00
url "https://github.com/earthcoinproject/earthcoin/releases/download/v#{version}/EarthCoin-Qt-#{version}.dmg"
appcast 'https://github.com/earthcoinproject/earthcoin/releases.atom',
checkpoint: '406ba1e1d3df7414a784dca7e33c088126de1f21be61e1cf99e179d4a277bfba'
2015-02-08 19:13:39 +08:00
name 'Earthcoin'
homepage 'https://github.com/earthcoinproject/earthcoin'
2014-11-22 18:58:34 +08:00
app 'EarthCoin-Qt.app'
end