From 4b58e9602f7aa7c95d174b294ce2e3c2f742fbf9 Mon Sep 17 00:00:00 2001 From: Tuan Duc Nguyen Date: Thu, 28 Apr 2011 16:00:14 +0200 Subject: xcache 1.3.1 Signed-off-by: Adam Vandenberg --- Library/Formula/xcache.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') 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. -- cgit v1.2.3