From 870839f17971c34028003e9b8e2f6a1f7ac500b0 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 25 Aug 2021 20:32:43 +0000 Subject: Wed Aug 25 20:32:43 UTC 2021 d/cmake-3.21.2-x86_64-1.txz: Upgraded. d/gcc-11.2.0-x86_64-2.txz: Rebuilt. d/gcc-brig-11.2.0-x86_64-2.txz: Rebuilt. d/gcc-g++-11.2.0-x86_64-2.txz: Rebuilt. d/gcc-gdc-11.2.0-x86_64-2.txz: Rebuilt. d/gcc-gfortran-11.2.0-x86_64-2.txz: Rebuilt. d/gcc-gnat-11.2.0-x86_64-2.txz: Rebuilt. d/gcc-go-11.2.0-x86_64-2.txz: Rebuilt. [PATCH] compiler: correct condition for calling memclrHasPointers This fixes bootstrapping golang 1.17 with gcc-go. Thanks to Heinz Wiesinger. d/gcc-objc-11.2.0-x86_64-2.txz: Rebuilt. kde/latte-dock-0.10.1-x86_64-1.txz: Upgraded. n/mutt-2.1.2-x86_64-1.txz: Upgraded. n/php-7.4.23-x86_64-1.txz: Upgraded. x/ibus-table-1.14.1-x86_64-1.txz: Upgraded. x/libglvnd-1.3.4-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-91.0.3-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/91.0.3/releasenotes/ extra/php8/php8-8.0.10-x86_64-1.txz: Upgraded. --- extra/source/php8/fetch-php.sh | 4 ++-- extra/source/php8/php8.SlackBuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extra') diff --git a/extra/source/php8/fetch-php.sh b/extra/source/php8/fetch-php.sh index 09873634c..f5e788ebb 100755 --- a/extra/source/php8/fetch-php.sh +++ b/extra/source/php8/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.0.9.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.0.9.tar.xz +lftpget http://us.php.net/distributions/php-8.0.10.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.0.10.tar.xz diff --git a/extra/source/php8/php8.SlackBuild b/extra/source/php8/php8.SlackBuild index f49998e8c..f04dbcbfa 100755 --- a/extra/source/php8/php8.SlackBuild +++ b/extra/source/php8/php8.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 -- cgit v1.2.3