homebrew-cask/Casks/mist.rb

13 lines
455 B
Ruby
Raw Normal View History

2016-10-04 05:36:10 +08:00
cask 'mist' do
2017-10-05 19:04:33 +08:00
version '0.9.1'
sha256 '0c8a03232fbb8493e8b146812d0d553e49b8054bd7a7801b1e5046b901ab5e29'
2016-10-04 05:36:10 +08:00
url "https://github.com/ethereum/mist/releases/download/v#{version}/Mist-macosx-#{version.dots_to_hyphens}.dmg"
appcast 'https://github.com/ethereum/mist/releases.atom',
2017-10-05 19:04:33 +08:00
checkpoint: 'dcb48d1e593f132f3c46cfcf9488a4fb8ce4aaa0c74ab13805eb56e1a341259a'
2016-10-04 05:36:10 +08:00
name 'Mist'
homepage 'https://github.com/ethereum/mist'
app 'Mist.app'
end