homebrew-cask/Casks/mist.rb

13 lines
456 B
Ruby
Raw Normal View History

2016-10-04 05:36:10 +08:00
cask 'mist' do
2018-03-23 00:54:05 +08:00
version '0.10.0'
sha256 '7850ca771eb68b9ad6c3413ce21d4bf04beeb481bbb859cda482185ec8855471'
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',
2018-03-23 00:54:05 +08:00
checkpoint: '9aa35764ea69c338439e7b7eec3737f4d03eae7551fa1493f2e36a49413ea581'
2016-10-04 05:36:10 +08:00
name 'Mist'
homepage 'https://github.com/ethereum/mist'
app 'Mist.app'
end