summaryrefslogtreecommitdiffstats
path: root/source/n/php
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-11-23 17:14:23 +0000
committer Eric Hameleers <alien@slackware.com>2023-11-23 19:00:12 +0100
commitc416b2d238eb858d7bcef8790c79e290868b793d (patch)
treeb2ade234f99faa0ee151085e7db16e265fea9c0e /source/n/php
parentaa330f78b8460a6023c665754ece40b12ce9a4f4 (diff)
downloadcurrent-c416b2d238eb858d7bcef8790c79e290868b793d.tar.gz
current-c416b2d238eb858d7bcef8790c79e290868b793d.tar.xz
Thu Nov 23 17:14:23 UTC 202320231123171423
a/lvm2-2.03.23-x86_64-1.txz: Upgraded. l/nodejs-20.10.0-x86_64-1.txz: Upgraded. n/php-8.2.13-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.php.net/ChangeLog-8.php#8.2.13
Diffstat (limited to 'source/n/php')
-rwxr-xr-xsource/n/php/fetch-php.sh4
-rwxr-xr-xsource/n/php/php.SlackBuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh
index 8796044b7..a4e46f9a5 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-8.2.12.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.2.12.tar.xz
+lftpget http://us.php.net/distributions/php-8.2.13.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.2.13.tar.xz
diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild
index fd0e60a14..00f49b4d7 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.26
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then