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
2016-09-16 06:39:46 +08:00
version '1.5.0'
sha256 'd1923f1a734b2ad634f2f7aef4f9fb593041be9529bebc892ef9c824025bd765'
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',
2016-09-16 06:39:46 +08:00
checkpoint: '859d1706fb1184af08d293d6be2b8cf14ced4ae1c36048b9f9dbc10c379bd8ea'
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