development/php82: Updated for version 8.2.9

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2023-08-02 09:34:35 +02:00 committed by Willy Sudiarto Raharjo
parent ca4a088556
commit ee0d8b6b83
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.8}
VERSION=${VERSION:-8.2.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="php82"
VERSION="8.2.8"
VERSION="8.2.9"
HOMEPAGE="https://www.php.net/"
DOWNLOAD="https://www.php.net/distributions/php-8.2.8.tar.xz"
MD5SUM="6c28be716abf829779f009bc020a44fe"
DOWNLOAD="https://www.php.net/distributions/php-8.2.9.tar.xz"
MD5SUM="70ef9e9106135c430e1d8115936494fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"