homebrew-cask/Casks/kube-cluster.rb

15 lines
545 B
Ruby
Raw Normal View History

2016-01-31 05:03:12 +08:00
cask 'kube-cluster' do
2016-12-06 10:09:01 +08:00
version '0.5.3'
sha256 'a19384f36a215af485f6ca2761091feaf7b6e3825a4f19845bd627c82c4d4083'
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-12-06 10:09:01 +08:00
checkpoint: '5bc6824a2043fe62cf5c44b4959f38f2aabb7f159213b7e8d0040c76250901c7'
2016-01-31 05:03:12 +08:00
name 'Kube-Cluster'
homepage 'https://github.com/TheNewNormal/kube-cluster-osx'
app 'Kube-Cluster.app'
zap delete: '~/kube-cluster'
2016-01-31 05:03:12 +08:00
end