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-02 04:44:15 +08:00
version '2.8-19120'
sha256 '1242fc38d2bcf37a64bb7e5cbf5828d3519302ab80c20f2babcbe7d69751317c'
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-02 04:44:15 +08:00
checkpoint: 'b839ca625b153b6328951d691d05933d118fe86eefbe998f70e8851d45a0ed2c'
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