homebrew-cask/Casks/codebug.rb

14 lines
416 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'codebug' do
2016-01-05 04:48:53 +08:00
version '1.5.1'
sha256 '31e6c99c95bbc2d146ce96aaecf38743f9ab83195483192a90b9da03732b765f'
2016-01-05 04:48:53 +08:00
url "http://codebugapp.com/downloads/Codebug#{version}.zip"
appcast 'http://codebugapp.com/updateV1.xml',
checkpoint: '81f2e43713dfca05e22a81da84011b2264cf09ec8453e3cc601bff8f103fe8b9'
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