homebrew-cask/Casks/coreos.rb

18 lines
556 B
Ruby
Raw Normal View History

2016-01-31 04:01:21 +08:00
cask 'coreos' do
version '1.4.9'
sha256 'c0ad06ebee3500ed7d5ad594c2017298e4717f3816f88440f8a0577e07429bab'
2015-03-11 11:38:00 +08:00
2016-01-07 08:02:48 +08:00
url "https://github.com/TheNewNormal/coreos-osx/releases/download/v#{version}/CoreOS_v#{version}.dmg"
appcast 'https://github.com/TheNewNormal/coreos-osx/releases.atom',
checkpoint: '13b8920979514ce9e31b2716f1f211ee14329f63c995f0951940f45337d3aa9d'
2016-01-31 04:01:21 +08:00
name 'CoreOS VM'
2016-01-07 08:02:48 +08:00
homepage 'https://github.com/TheNewNormal/coreos-osx'
license :apache
2015-03-11 11:38:00 +08:00
depends_on cask: 'corectl-app'
2016-01-31 04:01:21 +08:00
app 'CoreOS.app'
2016-05-19 11:04:57 +08:00
zap delete: '~/coreos-osx'
2015-03-11 11:38:00 +08:00
end