mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
11 lines
240 B
Ruby
11 lines
240 B
Ruby
class Codebug < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://codebugapp.com/downloads/Codebug.dmg'
|
|
appcast 'http://codebugapp.com/update.xml'
|
|
homepage 'http://www.codebugapp.com/'
|
|
license :unknown
|
|
|
|
app 'Codebug.app'
|
|
end
|