diff options
Diffstat (limited to 'extra/php-xcache')
-rw-r--r-- | extra/php-xcache/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD index 12c602b92..678c39c3a 100644 --- a/extra/php-xcache/PKGBUILD +++ b/extra/php-xcache/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: $ +# $Id: PKGBUILD 163591 2012-07-16 07:46:41Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=php-xcache -pkgver=2.0.0 -pkgrel=3 +pkgver=2.0.1 +pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A PHP opcode cacher' url='http://xcache.lighttpd.net/' @@ -12,7 +12,7 @@ license=('custom') source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2" 'xcache.ini') backup=('etc/php/conf.d/xcache.ini') -md5sums=('0e30cdff075c635e475d70a5c37d0252' +md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc' 'bba7ead3e592a7980aa91a8600973587') build() { |