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
2016-12-15 00:06:28 +08:00
version '3.0.4-25479'
sha256 'e9325debe9914a04ba331225bd06b21927b5f8ae4238586d69e4a5d3a6089593'
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",
2016-12-15 00:06:28 +08:00
checkpoint: '2786625eeac0eb7b1a594d0f6fe8b9eb6496c9ab40a36bcd26642f0c7bf75252'
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