mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/php-apcu: Updated for version 4.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a8bede8ab
commit
2b7283c703
2 changed files with 5 additions and 5 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
PRGNAM=php-apcu
|
||||
SRCNAM=apcu
|
||||
VERSION=${VERSION:-4.0.7}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-4.0.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="php-apcu"
|
||||
VERSION="4.0.7"
|
||||
VERSION="4.0.11"
|
||||
HOMEPAGE="http://pecl.php.net/package/APCu/"
|
||||
DOWNLOAD="https://pecl.php.net/get/apcu-4.0.7.tgz"
|
||||
MD5SUM="9feb03d3e5217242a39244964f098b52"
|
||||
DOWNLOAD="https://pecl.php.net/get/apcu-4.0.11.tgz"
|
||||
MD5SUM="13c0c0dd676e5a7905d54fa985d0ee62"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue