homebrew-cask/Casks/codekit.rb

13 lines
531 B
Ruby
Raw Normal View History

2014-11-14 01:25:36 +08:00
cask :v1 => 'codekit' do
2014-11-15 02:33:28 +08:00
version '2.1.9 (18268)'
sha256 'ff1c605be76de91cf47214ed17cf1b4d630098259b4a09abfdd2562bc5378e88'
2014-11-15 02:33:28 +08:00
url 'https://incident57.com/codekit/files/codekit-18268.zip'
2014-10-15 23:43:48 +08:00
appcast 'https://incident57.com/codekit/appcast/ck2appcast.xml',
2014-11-15 02:33:28 +08:00
:sha256 => '433feaa40f89043a2cf591145b8d4392d92abee9b84b258d0a3d99833eff4e39'
2014-03-09 06:13:36 +08:00
homepage 'http://incident57.com/codekit/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:24 +08:00
app 'CodeKit.app'
2014-03-09 06:13:36 +08:00
end