homebrew-cask/Casks/kitematic.rb

19 lines
551 B
Ruby

cask 'kitematic' do
version '0.9.5'
sha256 'a8b078cea9f77129fee63df810bc80faf3f56f4c1e6b724397c06ef77fae5e19'
# 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