homebrew-cask/Casks/kitematic.rb

19 lines
558 B
Ruby

cask :v1 => 'kitematic' do
version '0.9.2'
sha256 '7cb8f179938f2b87f597bdeea87edb0d6d74b2b7e11c61481e3b6075f7f7f278'
# 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