homebrew-cask/Casks/kube-solo.rb

18 lines
467 B
Ruby

cask 'kube-solo' do
version '1.0.3'
sha256 'e0a983fc13cc24055a181238813486456bac33796619ba77f1be710d16a50773'
url "https://github.com/TheNewNormal/kube-solo-osx/releases/download/v#{version}/Kube-Solo_v#{version}.dmg"
appcast 'https://github.com/TheNewNormal/kube-solo-osx/releases.atom'
name 'Kube-Solo'
homepage 'https://github.com/TheNewNormal/kube-solo-osx'
app 'Kube-Solo.app'
zap trash: '~/kube-solo'
caveats do
discontinued
end
end