homebrew-cask/Casks/codebug.rb

14 lines
428 B
Ruby

cask 'codebug' do
version '0.9.4'
sha256 '2a568b2eff8145823b552668d0b1caa75a98077afe7692ccb69ca030508c86b9'
url "http://codebugapp.com/downloads/Codebug#{version.gsub('.', '-')}.zip"
appcast 'http://codebugapp.com/update.xml',
:sha256 => '70782ae334e666a9ce810ce2d4f60df63fdb02fade4a266eca0f66341a299788'
name 'Codebug'
homepage 'http://www.codebugapp.com/'
license :commercial
app 'Codebug.app'
end