php-apcu: update to 5.1.11.
This commit is contained in:
parent
2c1a29d488
commit
4eb707c0cd
2 changed files with 7 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'php-apcu'
|
# Template file for 'php-apcu'
|
||||||
pkgname=php-apcu
|
pkgname=php-apcu
|
||||||
version=5.1.8
|
version=5.1.11
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="php-devel autoconf pcre-devel"
|
hostmakedepends="autoconf pcre-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"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="PHP"
|
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=01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce
|
checksum=c1096c8c8d0dc75f902b68f699d10bc5056540ed15fb616414ccbfbedca8e95b
|
||||||
wrksrc="apcu-$version"
|
wrksrc="apcu-$version"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
2
srcpkgs/php-apcu/update
Normal file
2
srcpkgs/php-apcu/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://pecl.php.net/package/APCu"
|
||||||
|
pattern="apcu-\K[\d\.]*(?=\.tgz)"
|
Loading…
Reference in a new issue