homebrew-cask/Casks/codekit.rb

14 lines
475 B
Ruby
Raw Normal View History

2014-11-14 01:25:36 +08:00
cask :v1 => 'codekit' do
2015-06-08 16:11:28 +08:00
version '2.3.10-19033'
sha256 '6ace696b81de91d7f5d2b24cb27a6609a72aeadc2d36fb6cda56af2b768b34c8'
2015-06-29 14:32:18 +08:00
url "https://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'
2015-06-29 14:32:18 +08:00
homepage 'https://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