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-02-06 04:36:06 +08:00
version '0.8.9'
sha256 '3d09306f8e53e315da73571d52adf15adfd4c30e43a8b4251099bc5f7aeda986'
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-05-09 04:14:30 +08:00
checkpoint: 'f3d170f13cc1de0500b446c9d9cafc59279cd4f9d4214dc71b422191c725641d'
2016-10-04 05:36:10 +08:00
name 'Mist'
homepage 'https://github.com/ethereum/mist'
app 'Mist.app'
end