homebrew-cask/Casks/kitematic.rb

19 lines
554 B
Ruby

cask :v1 => 'kitematic' do
version '0.6.0'
sha256 '0927ad7e13dfd770d6ef6ab1ba64d0fe2a7f8494634af2d56c10a16a5fce7a26'
# 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