From 0149a69d6c72702ebadf4b2a89636db438987a76 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 19 Oct 2016 17:20:46 -0400 Subject: [PATCH 1/1] php: Update from 7.1 RC3 to RC4 --- packages/php/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.11.0