homebrew-cask/Casks/kitematic.rb

13 lines
393 B
Ruby
Raw Normal View History

2014-11-14 01:26:12 +08:00
cask :v1 => 'kitematic' do
2015-01-18 07:29:45 +08:00
version '0.4.5'
sha256 '4010dce0ef50720a97959a942f1eaa0edb4b65e6cca11bee084d2fbcfc00d5a8'
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-01-05 00:32:21 +08:00
name 'Kitematic'
2014-08-30 22:22:08 +08:00
homepage 'https://kitematic.com/'
license :affero
2014-08-30 22:22:08 +08:00
2014-09-16 00:05:49 +08:00
app 'Kitematic.app'
2014-08-30 22:22:08 +08:00
end