aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBoris Gordon2010-03-13 19:19:29 +1100
committerAdam Vandenberg2010-04-29 20:16:27 -0700
commitdfe5b581e9823418a8d71c79b3cff600802bfb15 (patch)
tree927d59f30d0df01e83146758c1318fc8a5d3bcde /Library/Formula
parent9352681385148b850db5aeec43bed871ecc8b57d (diff)
downloadhomebrew-dfe5b581e9823418a8d71c79b3cff600802bfb15.tar.bz2
xdebug updated to 2.1.0beta3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xdebug.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/xdebug.rb b/Library/Formula/xdebug.rb
index fb93308ef..a6f2e043b 100644
--- a/Library/Formula/xdebug.rb
+++ b/Library/Formula/xdebug.rb
@@ -1,12 +1,13 @@
require 'formula'
class Xdebug <Formula
- url 'http://xdebug.org/files/xdebug-2.0.5.tgz'
+ url 'http://xdebug.org/files/xdebug-2.1.0beta3.tgz'
homepage 'http://xdebug.org'
- md5 '2d87dab7b6c499a80f0961af602d030c'
+ md5 '51eff76e85280ea14860bcf7dbffa899'
+ version '2.1.0beta3'
def install
- Dir.chdir 'xdebug-2.0.5' do
+ Dir.chdir 'xdebug-2.1.0beta3' do
# See http://github.com/mxcl/homebrew/issues/#issue/69
ENV.universal_binary unless Hardware.is_64_bit?