summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-08-04 19:41:01 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-05 06:59:44 +0200
commitca27dc818b992f6deccc946ad7cae6b6e3b626cd (patch)
tree3756e6a0dab41b6ae018e2bfd0b2e5b940f1868c /extra
parent32cd5c4e629d77ac4cc59a5929261bea97b036c3 (diff)
downloadcurrent-ca27dc818b992f6deccc946ad7cae6b6e3b626cd.tar.gz
current-ca27dc818b992f6deccc946ad7cae6b6e3b626cd.tar.xz
Thu Aug 4 19:41:01 UTC 202220220804194101
a/kernel-firmware-20220804_e6185d5-noarch-1.txz: Upgraded. a/util-linux-2.38.1-x86_64-1.txz: Upgraded. ap/mpg123-1.30.2-x86_64-1.txz: Upgraded. n/NetworkManager-1.38.2-x86_64-1.txz: Upgraded. xap/libnma-1.8.40-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.28.0-x86_64-1.txz: Upgraded. extra/php81/php81-8.1.9-x86_64-1.txz: Upgraded.
Diffstat (limited to 'extra')
-rwxr-xr-xextra/source/php81/fetch-php.sh4
-rwxr-xr-xextra/source/php81/php81.SlackBuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh
index 21036aff7..4e24d225f 100755
--- a/extra/source/php81/fetch-php.sh
+++ b/extra/source/php81/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-8.1.8.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.1.8.tar.xz
+lftpget http://us.php.net/distributions/php-8.1.9.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.1.9.tar.xz
diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild
index 86b6b3a3b..8f4a3cf04 100755
--- a/extra/source/php81/php81.SlackBuild
+++ b/extra/source/php81/php81.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