From d07825f0812863bfb5effeeb042d359e925c873d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 15 Feb 2023 13:17:34 +0100 Subject: [PATCH] php82: Updated for version 8.2.3 --- private/php82/php82.SlackBuild | 2 +- private/php82/php82.info | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/private/php82/php82.SlackBuild b/private/php82/php82.SlackBuild index 7f93e2b..094915a 100644 --- a/private/php82/php82.SlackBuild +++ b/private/php82/php82.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php82 -VERSION=${VERSION:-8.2.2} +VERSION=${VERSION:-8.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/private/php82/php82.info b/private/php82/php82.info index 5e958a4..5467581 100644 --- a/private/php82/php82.info +++ b/private/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.2" +VERSION="8.2.3" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.2.tar.xz" -MD5SUM="fa93816863003f4908f638a3fd7757ac" +DOWNLOAD="https://www.php.net/distributions/php-8.2.3.tar.xz" +MD5SUM="cb768cf744184e64d48b15305c437336" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql"