homebrew-cask/Casks/kube-cluster.rb

14 lines
531 B
Ruby
Raw Normal View History

2016-01-31 05:03:12 +08:00
cask 'kube-cluster' do
2016-04-06 07:06:36 +08:00
version '0.2.3'
sha256 'f2f5c6bfbb83f74e1c7fd49501244dd053c962242fb30fa6d5b41e2dc536747e'
2016-01-31 05:03:12 +08:00
url "https://github.com/TheNewNormal/kube-cluster-osx/releases/download/v#{version}/Kube-Cluster_v#{version}.dmg"
2016-01-31 11:05:21 +08:00
appcast 'https://github.com/TheNewNormal/kube-cluster-osx/releases.atom',
2016-04-06 07:06:36 +08:00
checkpoint: 'af74e72dbd93ac02671c63fd829d4e768281a865d42e343656097ff39c6d9509'
2016-01-31 05:03:12 +08:00
name 'Kube-Cluster'
homepage 'https://github.com/TheNewNormal/kube-cluster-osx'
license :apache
app 'Kube-Cluster.app'
end