aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/php82/php82.SlackBuild4
-rw-r--r--development/php82/php82.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/php82/php82.SlackBuild b/development/php82/php82.SlackBuild
index 6929ff0460..8f2dc941d1 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.27}
+VERSION=${VERSION:-8.2.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/php82/php82.info b/development/php82/php82.info
index 6c218d951c..f06ac2d109 100644
--- a/development/php82/php82.info
+++ b/development/php82/php82.info
@@ -1,8 +1,8 @@
PRGNAM="php82"
-VERSION="8.2.27"
+VERSION="8.2.28"
HOMEPAGE="https://www.php.net/"
-DOWNLOAD="https://www.php.net/distributions/php-8.2.27.tar.xz"
-MD5SUM="8d640b2782b7d91ff0eca92dc2ba1271"
+DOWNLOAD="https://www.php.net/distributions/php-8.2.28.tar.xz"
+MD5SUM="64dc1e6377967c87cecbfba714af8995"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"