aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xdebug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/xdebug.rb')
-rw-r--r--Library/Formula/xdebug.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xdebug.rb b/Library/Formula/xdebug.rb
index 1b048422b..f2dfb3d29 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.1.tgz'
+ url 'http://xdebug.org/files/xdebug-2.1.2.tgz'
homepage 'http://xdebug.org'
- md5 'fcdf078e715f44b77f13bac721ad63ce'
+ md5 '3a9c3402063c8163de6e419ddc8d96e7'
def install
Dir.chdir "xdebug-#{version}" do