summaryrefslogtreecommitdiff
path: root/community/php-memcache
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-12 10:53:36 +0000
committerroot <root@rshg047.dnsready.net>2011-04-12 10:53:36 +0000
commit28b5bbf3fee0627993658e096eadab71c2779912 (patch)
treeb799e892101aaaedafdcf1315c4def0ff6bdc1c4 /community/php-memcache
parentcabd4a9c1f8304f0d57005b9f31231fc191c8778 (diff)
Tue Apr 12 10:53:36 UTC 2011
Diffstat (limited to 'community/php-memcache')
-rw-r--r--community/php-memcache/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/php-memcache/PKGBUILD b/community/php-memcache/PKGBUILD
index f60e2edc5..050930166 100644
--- a/community/php-memcache/PKGBUILD
+++ b/community/php-memcache/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 28768 2010-10-05 18:31:24Z foutrelis $
+# $Id: PKGBUILD 44760 2011-04-11 15:50:58Z foutrelis $
# Maintainer: Evangelos Foutras <foutrelis@gmail.com>
pkgname=php-memcache
-pkgver=3.0.5
+pkgver=3.0.6
pkgrel=1
pkgdesc="Memcache module for PHP"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('php')
backup=('etc/php/conf.d/memcache.ini')
install=php-memcache.install
source=(http://pecl.php.net/get/memcache-$pkgver.tgz)
-md5sums=('2c7429a2d6b861a9d4ed0b9ad3cf0231')
+md5sums=('23c2a1548f3fc7658b98b1c60e6d83b1')
build() {
cd "$srcdir/memcache-$pkgver"