homebrew-cask/Casks/kitematic.rb

22 lines
891 B
Ruby

cask 'kitematic' do
version '0.17.0'
sha256 '93ce30f2c953177a8969326259785135830d84c66552467972422214f3253dea'
# 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: '207a6a91905e76654f500007f89bf788f26084e56b9f80725626dc14919d6c1a'
name 'Kitematic'
homepage 'https://kitematic.com/'
app 'Kitematic (Beta).app'
zap delete: [
'~/Kitematic',
'~/Library/Application Support/Kitematic',
'~/Library/Caches/Kitematic',
'~/Library/Preferences/com.electron.kitematic_(beta).plist',
'~/Library/Saved Application State/com.electron.kitematic_(beta).savedState',
]
end