xdebug: update to 2.4.1.

This commit is contained in:
Alexander Mamay 2016-08-11 14:39:04 +06:00
parent f09025e2a6
commit 7722c72a79

View file

@ -1,6 +1,6 @@
# Template file for 'xdebug' # Template file for 'xdebug'
pkgname=xdebug pkgname=xdebug
version=2.4.0 version=2.4.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="autoconf" hostmakedepends="autoconf"
@ -10,7 +10,7 @@ maintainer="Alexander Mamay <alexander@mamay.su>"
license="custom" license="custom"
homepage="http://xdebug.org" homepage="http://xdebug.org"
distfiles="http://xdebug.org/files/${pkgname}-${version,,}.tgz" distfiles="http://xdebug.org/files/${pkgname}-${version,,}.tgz"
checksum=3c4dcb2709d1653534e7cfaa546307041afd298ac48a3670183a12cfdb5eee05 checksum=23c8786e0f5aae67b1e5035972bfff282710fb84c483887cebceb8ef5bbdf8ef
pre_configure() { pre_configure() {
phpize phpize
@ -20,4 +20,3 @@ do_install() {
make INSTALL_ROOT=${DESTDIR} install make INSTALL_ROOT=${DESTDIR} install
vlicense LICENSE vlicense LICENSE
} }