homebrew-cask/Casks/earthcoin.rb

13 lines
497 B
Ruby

cask 'earthcoin' do
version '1.3.4'
sha256 '117c1a72a89268d5cbd3f4441f46194e3365966d39769d85af282abbd1afb23e'
url "https://github.com/earthcoinproject/earthcoin/releases/download/v#{version}/EarthCoin-Qt-#{version}.dmg"
appcast 'https://github.com/earthcoinproject/earthcoin/releases.atom',
checkpoint: '36f87000b43580758a9c417da9ccae96cde40c6a0450c9df4d2620b87166f4e0'
name 'Earthcoin'
homepage 'https://github.com/earthcoinproject/earthcoin'
app 'EarthCoin-Qt.app'
end