Browse Source

php: update to 7.4.5

master
Leonid Plyushch 5 years ago
parent
commit
f695ad57e6
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/php/build.sh

4
packages/php/build.sh

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://php.net
TERMUX_PKG_DESCRIPTION="Server-side, HTML-embedded scripting language"
TERMUX_PKG_LICENSE="PHP-3.0"
TERMUX_PKG_VERSION=7.4.4
TERMUX_PKG_VERSION=7.4.5
TERMUX_PKG_SRCURL=https://secure.php.net/distributions/php-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c
TERMUX_PKG_SHA256=d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c
# 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:

Loading…
Cancel
Save