homebrew-cask/Casks/kitematic.rb

19 lines
555 B
Ruby

cask :v1 => 'kitematic' do
version '0.5.13'
sha256 'abcf79d4852956992c5cc94be035df32945bcd1202210b52a1dfe3cc1e4b276a'
# github.com is the official download host per the vendor homepage
url "https://github.com/kitematic/kitematic/releases/download/v#{version}/Kitematic-#{version}.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