development/php82: Updated for version 8.2.21

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2024-07-03 14:03:18 +02:00 committed by Willy Sudiarto Raharjo
parent 708aa2ce88
commit d9ba2c0028
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=php82
VERSION=${VERSION:-8.2.20}
VERSION=${VERSION:-8.2.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="php82"
VERSION="8.2.20"
VERSION="8.2.21"
HOMEPAGE="https://www.php.net/"
DOWNLOAD="https://www.php.net/distributions/php-8.2.20.tar.xz"
MD5SUM="9478294cb87946891f70d5aa5f959bc3"
DOWNLOAD="https://www.php.net/distributions/php-8.2.21.tar.xz"
MD5SUM="87194595860a739f2cdaea43c12d2495"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"