homebrew-cask/Casks/kitematic.rb

19 lines
558 B
Ruby

cask :v1 => 'kitematic' do
version '0.9.3'
sha256 '839a091e0ccb30926aa76b6d8c01f05ff9815f3846aa5c136826f25235fab175'
# 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