homebrew-cask/Casks/codekit.rb

14 lines
467 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'codekit' do
2015-12-02 05:25:51 +08:00
version '2.6.1-19102'
sha256 'a655aa723a9bb762a187ce14c5a70648cf62801cd264e1168b9649287910296b'
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-12-02 05:25:51 +08:00
:sha256 => '7b5e67f45933caa97b67eaf08ded9fc270e8620ba01f56e56b6deacf1524620b'
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