homebrew-cask/Casks/codekit.rb

16 lines
488 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'codekit' do
2016-05-11 04:58:46 +08:00
version '2.8-19127'
sha256 '0f7665ac2e750437c83c2f4f887c0e5df5b5e3d1a8a1a4ae255321f16beddf28'
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',
2016-05-11 04:58:46 +08:00
checkpoint: 'cfb61004b168fa9ca62a66b46c68e42f6a23b3f20b66effa1a0a5446f7240f8d'
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
2016-02-10 07:30:26 +08:00
auto_updates true
2014-09-16 00:05:24 +08:00
app 'CodeKit.app'
2014-03-09 06:13:36 +08:00
end