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'
|
||||
pkgname=php-apcu
|
||||
version=5.1.8
|
||||
revision=2
|
||||
version=5.1.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="php-devel autoconf pcre-devel"
|
||||
hostmakedepends="autoconf pcre-devel php-devel"
|
||||
makedepends="php-devel"
|
||||
depends="php"
|
||||
short_desc="In-memory key-value store for PHP"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="PHP"
|
||||
license="PHP-3.01"
|
||||
homepage="https://pecl.php.net/package/APCu"
|
||||
distfiles="https://pecl.php.net/get/apcu-$version.tgz"
|
||||
checksum=01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce
|
||||
checksum=c1096c8c8d0dc75f902b68f699d10bc5056540ed15fb616414ccbfbedca8e95b
|
||||
wrksrc="apcu-$version"
|
||||
|
||||
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