aboutsummaryrefslogtreecommitdiff
path: root/development/php82/php82.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/php82/php82.SlackBuild')
-rw-r--r--development/php82/php82.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/php82/php82.SlackBuild b/development/php82/php82.SlackBuild
index 67feb5e235..b1ca7824c5 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-2024 Eugene Wissner, Mannheim, Germany
+# Copyright 2023-2025 Eugene Wissner, Mannheim, Germany
#
# by: David Cantrell <david@slackware.com>
# Modified for PHP 4-5 by volkerdi@slackware.com
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=php82
-VERSION=${VERSION:-8.2.26}
+VERSION=${VERSION:-8.2.29}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}