homebrew-cask/Casks/kitematic.rb

19 lines
558 B
Ruby

cask :v1 => 'kitematic' do
version '0.8.3'
sha256 '72c1251dbf7ee9d0590079d4819900cbd5954a945dd2bfe40438432a15662e72'
# github.com is the official download host per the vendor homepage
url "https://github.com/kitematic/kitematic/releases/download/v#{version}/Kitematic-#{version}-Mac.zip"
appcast 'https://github.com/kitematic/kitematic/releases.atom'
name 'Kitematic'
homepage 'https://kitematic.com/'
license :apache
app 'Kitematic (Beta).app'
zap :delete => [
'~/Library/Application Support/Kitematic',
'~/Kitematic'
]
end