homebrew-cask/Casks/coreos.rb

17 lines
537 B
Ruby
Raw Normal View History

2016-01-31 04:01:21 +08:00
cask 'coreos' do
2016-12-11 02:21:28 +08:00
version '1.5.4'
sha256 '13cdeb14ef6c2efeba3e07f54873b6f6a25fb45c2d7b0e9d758c423b8a82f1a4'
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',
2017-07-29 05:40:48 +08:00
checkpoint: 'a6a3e17d6fd81b4fb005ca1af23bac7d41e50b292f4265e957cc24872b5b760d'
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'
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
2017-06-21 09:47:44 +08:00
zap trash: '~/coreos-osx'
2015-03-11 11:38:00 +08:00
end