diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-03-03 20:26:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-03-04 08:59:53 +0100 |
commit | e8e6e4d6db4d812e29be1138206db7d9d77f587c (patch) | |
tree | 4d303812227995549681fea364e590a01cfbe3d4 /source/n/php | |
parent | b69d078b6b4604a31384691be8f8122d3131b95a (diff) | |
download | current-e8e6e4d6db4d812e29be1138206db7d9d77f587c.tar.gz |
Wed Mar 3 20:26:20 UTC 202120210303202620
a/elogind-246.10-x86_64-1.txz: Upgraded.
a/kernel-firmware-20210303_5ecd13f-noarch-1.txz: Upgraded.
ap/nano-5.6.1-x86_64-1.txz: Upgraded.
d/help2man-1.48.2-x86_64-1.txz: Upgraded.
n/libqmi-1.28.2-x86_64-1.txz: Upgraded.
n/openssh-8.5p1-x86_64-1.txz: Upgraded.
n/php-7.4.16-x86_64-1.txz: Upgraded.
extra/php8/php8-8.0.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/php')
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 | ||||
-rwxr-xr-x | source/n/php/php.SlackBuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index f9a216a9..5fa8692c 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.15.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.15.tar.xz +lftpget http://us.php.net/distributions/php-7.4.16.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.16.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index d1d9ac18..74c8d485 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.24 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |