homebrew-cask/Casks/coreos.rb

14 lines
492 B
Ruby
Raw Normal View History

2016-01-31 04:01:21 +08:00
cask 'coreos' do
2016-05-05 04:07:41 +08:00
version '1.2.5'
sha256 '80643deab5dabdb89b312def48beb97f72160163f8b23e9d969c2640d36cc961'
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-05-05 04:07:41 +08:00
checkpoint: '3a4d0db68c5e771c51254919040fd4908904f23b3f7a68e1bedc2bee05087a99'
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
2016-01-31 04:01:21 +08:00
app 'CoreOS.app'
2015-03-11 11:38:00 +08:00
end