homebrew-cask/Casks/kitematic.rb

20 lines
692 B
Ruby

cask 'kitematic' do
version '0.12.0'
sha256 '0d6770197ed1db1c9a653c78bc51bb0d1483882233cf2d2bf688609b1a5251ef'
# github.com/docker/kitematic was verified as official when first introduced to the cask
url "https://github.com/docker/kitematic/releases/download/v#{version}/Kitematic-#{version}-Mac.zip"
appcast 'https://github.com/docker/kitematic/releases.atom',
checkpoint: '75e425c2b970eb5481b53aa1883abf2e0852015e379d8979f5af095257cc8d25'
name 'Kitematic'
homepage 'https://kitematic.com/'
license :apache
app 'Kitematic (Beta).app'
zap delete: [
'~/Library/Application Support/Kitematic',
'~/Kitematic',
]
end