1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 00:17:06 +00:00

php: update to 8.0.2

This commit is contained in:
Leonid Pliushch 2021-02-07 19:21:14 +00:00
parent d29188e23f
commit f4c39501bc
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://php.net
TERMUX_PKG_DESCRIPTION="Server-side, HTML-embedded scripting language"
TERMUX_PKG_LICENSE="PHP-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=8.0.1
TERMUX_PKG_VERSION=8.0.2
TERMUX_PKG_SRCURL=https://github.com/php/php-src/archive/php-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=174b35d97fe01be1faa121583fdf353310efc9e62f30c0e877519af29eddd228
TERMUX_PKG_SHA256=63abd091b71a84bbeb5dd0ea8a98ada2ea0e14238608752f67e7c5272b985b16
# Build native php for phar to build (see pear-Makefile.frag.patch):
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"