diff options
Diffstat (limited to 'development/php82')
-rw-r--r-- | development/php82/php82.SlackBuild | 4 | ||||
-rw-r--r-- | development/php82/php82.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/development/php82/php82.info b/development/php82/php82.info index bea415a1ef..6f96dc1cea 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.26" +VERSION="8.2.29" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.26.tar.xz" -MD5SUM="8c3b0663f8ab02464a0c64bbd5a4b877" +DOWNLOAD="https://www.php.net/distributions/php-8.2.29.tar.xz" +MD5SUM="a3eea6306dc68b115b42b4ae8c9d0396" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |