summaryrefslogtreecommitdiffstats
path: root/development/php82/php82.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/php82/php82.SlackBuild')
-rw-r--r--development/php82/php82.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/php82/php82.SlackBuild b/development/php82/php82.SlackBuild
index 91d979cd03..78f7300e05 100644
--- a/development/php82/php82.SlackBuild
+++ b/development/php82/php82.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Build and package PHP FPM 8.2
-# Copyright 2023 Eugene Wissner, Germany, Dachau
+# Copyright 2023-2024 Eugene Wissner, Mannheim, Germany
#
# by: David Cantrell <david@slackware.com>
# Modified for PHP 4-5 by volkerdi@slackware.com
@@ -28,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=php82
-VERSION=${VERSION:-8.2.18}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-8.2.23}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}