diff options
| author | Tuan Duc Nguyen | 2011-04-28 16:00:14 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-28 09:04:25 -0700 |
| commit | 4b58e9602f7aa7c95d174b294ce2e3c2f742fbf9 (patch) | |
| tree | 145d68f98f68dc1f5759f777e84ae9181bd19556 /Library/Formula | |
| parent | 0cb4dca7c79430642fbe1262e3899a313f0d3f03 (diff) | |
| download | homebrew-4b58e9602f7aa7c95d174b294ce2e3c2f742fbf9.tar.bz2 | |
xcache 1.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xcache.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/xcache.rb b/Library/Formula/xcache.rb index c0d30da2f..912f8633b 100644 --- a/Library/Formula/xcache.rb +++ b/Library/Formula/xcache.rb @@ -1,9 +1,9 @@ require 'formula' class Xcache < Formula - url 'http://xcache.lighttpd.net/pub/Releases/1.3.0/xcache-1.3.0.tar.gz' + url 'http://xcache.lighttpd.net/pub/Releases/1.3.1/xcache-1.3.1.tar.gz' homepage 'http://xcache.lighttpd.net/' - md5 'aa78eec93ce9684dfd99010f62ad6720' + md5 'aff79b19c7623ba923233ae193e9537a' def install # See https://github.com/mxcl/homebrew/issues/issue/69 @@ -19,7 +19,7 @@ class Xcache < Formula def caveats; <<-EOS.undent To use this software: * Add the following line to php.ini: - extension="#{prefix}/xcache.so" + zend_extension="#{prefix}/xcache.so" * Restart your webserver. * Write a PHP page that calls "phpinfo();" * Load it in a browser and look for the info on the xcache module. |
