homebrew-cask/Casks/codebug.rb

11 lines
223 B
Ruby
Raw Normal View History

2013-06-24 00:48:21 +08:00
class Codebug < Cask
version 'latest'
sha256 :no_check
2013-06-24 00:48:21 +08:00
url 'http://codebugapp.com/downloads/Codebug.dmg'
2014-05-14 21:39:59 +08:00
appcast 'http://codebugapp.com/update.xml'
2013-06-24 00:48:21 +08:00
homepage 'http://www.codebugapp.com/'
2013-06-24 00:48:21 +08:00
link 'Codebug.app'
end