homebrew-cask/Casks/kitematic.rb

22 lines
891 B
Ruby

cask 'kitematic' do
version '0.17.1'
sha256 '1d59f334a29ed142e1a0feddb2db602eec5c4932c5fe0941708b5991c1ac3f3e'
# 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: '8199061bc7bde330a90cb6cc1de62494eae566081473f5d9549c9b275d599e6a'
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