diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xdebug.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xdebug.rb b/Library/Formula/xdebug.rb index f2dfb3d29..e457fea61 100644 --- a/Library/Formula/xdebug.rb +++ b/Library/Formula/xdebug.rb @@ -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 |
