xdebug: update to 2.6.0.
This commit is contained in:
parent
c0e61ca147
commit
864898bba2
1 changed files with 3 additions and 4 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'xdebug'
|
||||
pkgname=xdebug
|
||||
version=2.5.5
|
||||
version=2.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf"
|
||||
makedepends="php-devel"
|
||||
short_desc="PHP debugging extension"
|
||||
maintainer="Alexander Mamay <alexander@mamay.su>"
|
||||
license="custom"
|
||||
license="PHP-3.0"
|
||||
homepage="http://xdebug.org"
|
||||
distfiles="http://xdebug.org/files/${pkgname}-${version,,}.tgz"
|
||||
checksum=72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4
|
||||
broken="broken with php7.2"
|
||||
checksum=b5264cc03bf68fcbb04b97229f96dca505d7b87ec2fb3bd4249896783d29cbdc
|
||||
|
||||
pre_configure() {
|
||||
phpize
|
||||
|
|
Loading…
Reference in a new issue