Updated Xdebug to 2.1.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Chris Faulkner 2011-04-06 17:22:02 -07:00 committed by Adam Vandenberg
parent 25336bb83a
commit 3c96ac58c9

View file

@ -1,9 +1,9 @@
require 'formula'
class Xdebug < Formula
url 'http://xdebug.org/files/xdebug-2.1.0.tgz'
url 'http://xdebug.org/files/xdebug-2.1.1.tgz'
homepage 'http://xdebug.org'
md5 '2abf000f8d94af469773b31772aa96ab'
md5 'fcdf078e715f44b77f13bac721ad63ce'
def install
Dir.chdir "xdebug-#{version}" do