aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-07 11:03:31 -0800
committerAdam Vandenberg2010-11-07 11:03:31 -0800
commitb79613c258f95ea9fdb59bb0a1cc0e40706076cd (patch)
tree5352ef8ab84b5a6ebf17037d0ec6eff7e93f9e96
parent646851ea35029df6177d23fbdcf7d1b77de00e8a (diff)
downloadhomebrew-b79613c258f95ea9fdb59bb0a1cc0e40706076cd.tar.bz2
Update links to php issue
-rw-r--r--Library/Formula/xcache.rb2
-rw-r--r--Library/Formula/xdebug.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xcache.rb b/Library/Formula/xcache.rb
index 4fd5b2983..9e41d8456 100644
--- a/Library/Formula/xcache.rb
+++ b/Library/Formula/xcache.rb
@@ -6,7 +6,7 @@ class Xcache <Formula
md5 'aa78eec93ce9684dfd99010f62ad6720'
def install
- # See http://github.com/mxcl/homebrew/issues/issue/69
+ # See https://github.com/mxcl/homebrew/issues/issue/69
ENV.universal_binary unless Hardware.is_64_bit?
system "phpize"
diff --git a/Library/Formula/xdebug.rb b/Library/Formula/xdebug.rb
index 2c998e910..0a424343d 100644
--- a/Library/Formula/xdebug.rb
+++ b/Library/Formula/xdebug.rb
@@ -7,7 +7,7 @@ class Xdebug <Formula
def install
Dir.chdir "xdebug-#{version}" do
- # See http://github.com/mxcl/homebrew/issues/#issue/69
+ # See https://github.com/mxcl/homebrew/issues/issue/69
ENV.universal_binary unless Hardware.is_64_bit?
system "phpize"