development/php82: Fix md5sum

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2023-08-15 12:59:11 +02:00 committed by Willy Sudiarto Raharjo
parent 00bf97ea6a
commit 3814487960
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@ PRGNAM="php82"
VERSION="8.2.9"
HOMEPAGE="https://www.php.net/"
DOWNLOAD="https://www.php.net/distributions/php-8.2.9.tar.xz"
MD5SUM="70ef9e9106135c430e1d8115936494fb"
MD5SUM="897c9c416663d03e516a68cb86b598f3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"