homebrew-cask/Casks/codebug.rb

14 lines
427 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'codebug' do
2015-07-25 02:24:30 +08:00
version '0.9.4'
sha256 '2a568b2eff8145823b552668d0b1caa75a98077afe7692ccb69ca030508c86b9'
2015-07-25 02:24:30 +08:00
url "http://codebugapp.com/downloads/Codebug#{version.gsub('.','-')}.zip"
2015-12-26 04:57:40 +08:00
appcast 'http://codebugapp.com/update.xml',
:sha256 => '70782ae334e666a9ce810ce2d4f60df63fdb02fade4a266eca0f66341a299788'
2015-03-26 11:18:20 +08:00
name 'Codebug'
2013-06-24 00:48:21 +08:00
homepage 'http://www.codebugapp.com/'
2015-08-14 04:27:38 +08:00
license :commercial
2014-09-16 00:05:24 +08:00
app 'Codebug.app'
2013-06-24 00:48:21 +08:00
end