homebrew-cask/Casks/kitematic.rb

18 lines
490 B
Ruby

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