homebrew-cask/Casks/kitematic.rb

20 lines
640 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'kitematic' do
2015-12-21 03:59:47 +08:00
version '0.9.5'
sha256 'a8b078cea9f77129fee63df810bc80faf3f56f4c1e6b724397c06ef77fae5e19'
2014-08-30 22:22:08 +08:00
2015-01-18 07:29:45 +08:00
# github.com is the official download host per the vendor homepage
2015-06-20 20:09:18 +08:00
url "https://github.com/kitematic/kitematic/releases/download/v#{version}/Kitematic-#{version}-Mac.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/kitematic/kitematic/releases.atom',
:sha256 => '44025e7a855b6afc4c645971e90cd49b576aa4772ce1de8bec35f7b092596594'
2015-01-05 00:32:21 +08:00
name 'Kitematic'
2014-08-30 22:22:08 +08:00
homepage 'https://kitematic.com/'
2015-03-12 22:52:51 +08:00
license :apache
2014-08-30 22:22:08 +08:00
2015-03-10 18:43:55 +08:00
app 'Kitematic (Beta).app'
2015-03-12 22:52:51 +08:00
zap :delete => [
'~/Library/Application Support/Kitematic',
'~/Kitematic'
]
2014-08-30 22:22:08 +08:00
end