homebrew-cask/Casks/kitematic.rb

19 lines
555 B
Ruby
Raw Normal View History

2014-11-14 01:26:12 +08:00
cask :v1 => 'kitematic' do
2015-04-03 22:59:57 +08:00
version '0.5.13'
sha256 'abcf79d4852956992c5cc94be035df32945bcd1202210b52a1dfe3cc1e4b276a'
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
2014-12-06 18:02:11 +08:00
url "https://github.com/kitematic/kitematic/releases/download/v#{version}/Kitematic-#{version}.zip"
2015-03-15 19:51:44 +08:00
appcast 'https://github.com/kitematic/kitematic/releases.atom'
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