homebrew-cask/Casks/coreos-gui.rb

14 lines
501 B
Ruby
Raw Normal View History

cask 'coreos-gui' do
2016-01-29 07:45:10 +08:00
version '1.2.0'
sha256 '93ee0098bf7235780ea8cc160e749edee980a37d7b6a7012b46a67acd10fcaab'
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-01-29 07:45:10 +08:00
checkpoint: 'be32adcbbef68fab1273b33eafd03858c4559338885830cf48e8ddb275f699cd'
2015-04-04 11:43:29 +08:00
name 'CoreOS GUI'
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
app 'CoreOS GUI.app'
end