From: Fredrik Fornwall Date: Wed, 19 Oct 2016 21:20:46 +0000 (-0400) Subject: php: Update from 7.1 RC3 to RC4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/0149a69d6c72702ebadf4b2a89636db438987a76?ds=sidebyside php: Update from 7.1 RC3 to RC4 --- diff --git a/packages/php/build.sh b/packages/php/build.sh index a4335297..e90dbf07 100644 --- a/packages/php/build.sh +++ b/packages/php/build.sh @@ -1,8 +1,8 @@ TERMUX_PKG_HOMEPAGE=http://php.net/ TERMUX_PKG_DESCRIPTION="Server-side, HTML-embedded scripting language" -_PHP_RC=3 +_PHP_RC=4 TERMUX_PKG_VERSION=7.1~rc${_PHP_RC} -TERMUX_PKG_SRCURL=https://downloads.php.net/~davey/php-7.1.0RC${_PHP_RC}.tar.xz +TERMUX_PKG_SRCURL=https://downloads.php.net/~krakjoe/php-7.1.0RC${_PHP_RC}.tar.xz # Build native php for phar to build (see pear-Makefile.frag.patch): TERMUX_PKG_HOSTBUILD=true # Build the native php without xml support as we only need phar: