php-apcu: update to 5.1.17.
This commit is contained in:
parent
3090f8abe6
commit
54ed0faa13
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'php-apcu'
|
# Template file for 'php-apcu'
|
||||||
pkgname=php-apcu
|
pkgname=php-apcu
|
||||||
version=5.1.16
|
version=5.1.17
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="apcu-${version}"
|
wrksrc="apcu-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
hostmakedepends="autoconf pcre-devel php-devel"
|
hostmakedepends="autoconf pcre2-devel php-devel"
|
||||||
makedepends="php-devel"
|
makedepends="php-devel"
|
||||||
depends="php"
|
depends="php"
|
||||||
short_desc="In-memory key-value store for PHP"
|
short_desc="In-memory key-value store for PHP"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="PHP-3.01"
|
license="PHP-3.01"
|
||||||
homepage="https://pecl.php.net/package/APCu"
|
homepage="https://pecl.php.net/package/APCu"
|
||||||
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
|
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
|
||||||
checksum=d1fe9eebd0eedc04693f88a6908beff8155755edf4f02e36dd34ec35b04d71e5
|
checksum=6b11b477890a9c096ad856e0251920d1d8b9558b7d115256c027e0223755c793
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
phpize
|
phpize
|
||||||
|
|
Loading…
Reference in a new issue