summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rwxr-xr-xextra/source/php80/fetch-php.sh4
-rwxr-xr-xextra/source/php80/php80.SlackBuild2
-rwxr-xr-xextra/source/php81/fetch-php.sh4
-rwxr-xr-xextra/source/php81/php81.SlackBuild2
4 files changed, 6 insertions, 6 deletions
diff --git a/extra/source/php80/fetch-php.sh b/extra/source/php80/fetch-php.sh
index d8baf6a16..a65d9f678 100755
--- a/extra/source/php80/fetch-php.sh
+++ b/extra/source/php80/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-8.0.15.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.0.15.tar.xz
+lftpget http://us.php.net/distributions/php-8.0.16.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.0.16.tar.xz
diff --git a/extra/source/php80/php80.SlackBuild b/extra/source/php80/php80.SlackBuild
index 601a67ed9..f3943224a 100755
--- a/extra/source/php80/php80.SlackBuild
+++ b/extra/source/php80/php80.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.25
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-1_slack15.0}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh
index 9b029d5c2..158e0a036 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.2.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.1.2.tar.xz
+lftpget http://us.php.net/distributions/php-8.1.3.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.1.3.tar.xz
diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild
index f42df646f..968db3be0 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.25
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-1_slack15.0}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then