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-02-05 05:03:52 +08:00
version '1.2.1'
sha256 '120325c8044efb1db8d0ce6adb080bdabee5a5352caf3cbb6345ef10ce3a3bef'
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-02-05 05:03:52 +08:00
checkpoint: '8c9404b5c3e32bc16c3a8ec955e6dad76e3c1a90b0f28b9ee9cf83daa8e8b7a8'
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