php-apcu: update to 5.1.12.
This commit is contained in:
parent
75723bc17a
commit
442b3dda29
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'php-apcu'
|
||||
pkgname=php-apcu
|
||||
version=5.1.11
|
||||
version=5.1.12
|
||||
revision=1
|
||||
wrksrc="apcu-${version}"
|
||||
build_style=gnu-configure
|
||||
make_check_target=test
|
||||
hostmakedepends="autoconf pcre-devel php-devel"
|
||||
makedepends="php-devel"
|
||||
depends="php"
|
||||
|
@ -10,9 +12,8 @@ short_desc="In-memory key-value store for PHP"
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="PHP-3.01"
|
||||
homepage="https://pecl.php.net/package/APCu"
|
||||
distfiles="https://pecl.php.net/get/apcu-$version.tgz"
|
||||
checksum=c1096c8c8d0dc75f902b68f699d10bc5056540ed15fb616414ccbfbedca8e95b
|
||||
wrksrc="apcu-$version"
|
||||
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
|
||||
checksum=4126f771cdcd8cc32e2ad024bae5b25611b28e6077fdbff8efe28ce55306797a
|
||||
|
||||
pre_configure() {
|
||||
phpize
|
||||
|
|
Loading…
Reference in a new issue