xdebug 2.1.3

Closes Homebrew/homebrew#10179.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Wes Baker 2012-02-14 09:53:52 -05:00 committed by Jack Nagel
parent ab7ab3d0ff
commit 8f334470f3

View file

@ -1,9 +1,9 @@
require 'formula'
class Xdebug < Formula
url 'http://xdebug.org/files/xdebug-2.1.2.tgz'
homepage 'http://xdebug.org'
md5 '3a9c3402063c8163de6e419ddc8d96e7'
url 'http://www.xdebug.org/files/xdebug-2.1.3.tgz'
md5 '779f4a66acdccd673553769e403674c4'
def install
Dir.chdir "xdebug-#{version}" do