homebrew-cask/Casks/kitematic.rb

19 lines
555 B
Ruby

cask :v1 => 'kitematic' do
version '0.5.26'
sha256 '9012ff2263a5e40fc2f240cf3c0ef8865e0b567ecf0e893b5260fdb62e30b78d'
# github.com is the official download host per the vendor homepage
url "https://github.com/kitematic/kitematic/releases/download/v#{version}/Kitematic-#{version}.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