diff options
Diffstat (limited to 'extra/php-xcache/PKGBUILD')
-rw-r--r-- | extra/php-xcache/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD index 973fdc58d..02e375e98 100644 --- a/extra/php-xcache/PKGBUILD +++ b/extra/php-xcache/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 175092 2013-01-13 14:39:10Z pierre $ +# $Id: PKGBUILD 188803 2013-06-21 12:38:37Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=php-xcache -pkgver=3.0.1 +pkgver=3.0.3 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') pkgdesc='A PHP opcode cacher' @@ -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=('45086010bc4f82f506c08be1c556941b' +md5sums=('8e9d59785725747f9f099af2bd54ddd2' '8fd9ce537ada9463c4b0c042243158c0') build() { |