homebrew-cask/Casks/codekit.rb

14 lines
472 B
Ruby
Raw Normal View History

2014-11-14 01:25:36 +08:00
cask :v1 => 'codekit' do
2015-04-30 17:07:18 +08:00
version '2.3.7-18917'
sha256 '5958b170026f37bb78b31a9251cd1ccafb2239d9a85e9729593948b9d00255fc'
2015-01-14 22:34:27 +08:00
url "http://incident57.com/codekit/files/codekit-#{version.sub(%r{.*-},'')}.zip"
2014-10-15 23:43:48 +08:00
appcast 'https://incident57.com/codekit/appcast/ck2appcast.xml',
2015-04-30 17:07:18 +08:00
:sha256 => 'fba4e9552ebabca2b700f6bdcdbb83132856d6c467f536250fc34beed9a8f104'
2015-03-26 11:19:12 +08:00
name 'CodeKit'
2014-03-09 06:13:36 +08:00
homepage 'http://incident57.com/codekit/'
2015-01-14 22:34:27 +08:00
license :commercial
2014-09-16 00:05:24 +08:00
app 'CodeKit.app'
2014-03-09 06:13:36 +08:00
end