mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/php-apcu: Updated for version 5.1.22
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
92293c440c
commit
1d57fcf325
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=php-apcu
|
||||
SRCNAM=apcu
|
||||
VERSION=${VERSION:-5.1.21}
|
||||
VERSION=${VERSION:-5.1.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="php-apcu"
|
||||
VERSION="5.1.21"
|
||||
VERSION="5.1.22"
|
||||
HOMEPAGE="http://pecl.php.net/package/APCu/"
|
||||
DOWNLOAD="https://pecl.php.net/get/apcu-5.1.21.tgz"
|
||||
MD5SUM="7f675ceba180cd6688d09100badbcdda"
|
||||
DOWNLOAD="https://pecl.php.net/get/apcu-5.1.22.tgz"
|
||||
MD5SUM="2e1fb1f09725ada616e873c4e4012ff6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue