homebrew-cask/Casks/earthcoin.rb

12 lines
407 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'
name 'Earthcoin'
homepage 'https://github.com/earthcoinproject/earthcoin'
app 'EarthCoin-Qt.app'
end