homebrew-cask/Casks/codekit.rb

15 lines
457 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'codekit' do
2017-01-19 00:13:13 +08:00
version '3.0.5-25504'
sha256 'fe2735391538748f517943597ed263a399646ed8b102bd9f90e1cfc590895a0f'
url "https://codekitapp.com/binaries/codekit-#{version.sub(%r{.*-}, '')}.zip"
2016-11-06 07:55:27 +08:00
appcast "https://codekitapp.com/api/#{version.major}/appcast.xml",
2017-01-19 00:13:13 +08:00
checkpoint: '301ee79486cd2b51c91573ac050df2a4188fc889ec54c87af56b24c36fdfa21e'
2015-03-26 11:19:12 +08:00
name 'CodeKit'
homepage 'https://codekitapp.com/'
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