libraries/php-memcache: Updated for version 3.0.8.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2016-07-24 19:21:55 +02:00 committed by Willy Sudiarto Raharjo
parent fc3749eb8f
commit 4539ebb61d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for php-memcache # Slackware build script for php-memcache
# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR # Copyright 2012, 2015, 2016 Mario Preksavec, Zagreb, Croatia
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
SRCNAM=memcache SRCNAM=memcache
PRGNAM=php-memcache PRGNAM=php-memcache
VERSION=${VERSION:-3.0.7} VERSION=${VERSION:-3.0.8}
BUILD=${BUILD:-2} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="php-memcache" PRGNAM="php-memcache"
VERSION="3.0.7" VERSION="3.0.8"
HOMEPAGE="http://pecl.php.net/package/memcache" HOMEPAGE="http://pecl.php.net/package/memcache"
DOWNLOAD="http://pecl.php.net/get/memcache-3.0.7.tgz" DOWNLOAD="http://pecl.php.net/get/memcache-3.0.8.tgz"
MD5SUM="5cc9f2ef11f5c931794ece1a148416df" MD5SUM="24505e9b263d2c77f8ae5e9b4725e7d1"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""