development/php82: Updated for version 8.2.16

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2024-02-16 12:06:18 +01:00 committed by Willy Sudiarto Raharjo
parent 06ad221214
commit 0ae897d702
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.15}
VERSION=${VERSION:-8.2.16}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="php82"
VERSION="8.2.15"
VERSION="8.2.16"
HOMEPAGE="https://www.php.net/"
DOWNLOAD="https://www.php.net/distributions/php-8.2.15.tar.xz"
MD5SUM="f9faca9a73c6c1205f0337e9ad1ba9e9"
DOWNLOAD="https://www.php.net/distributions/php-8.2.16.tar.xz"
MD5SUM="3ca2da5206656e5f68704815d322ea38"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"