mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/php82: Updated for version 8.2.19
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3d8d5017e0
commit
cc5bb1fa33
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=php82
|
||||
VERSION=${VERSION:-8.2.18}
|
||||
VERSION=${VERSION:-8.2.19}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="php82"
|
||||
VERSION="8.2.18"
|
||||
VERSION="8.2.19"
|
||||
HOMEPAGE="https://www.php.net/"
|
||||
DOWNLOAD="https://www.php.net/distributions/php-8.2.18.tar.xz"
|
||||
MD5SUM="dc3afc0addb388cf9caf380488b6a689"
|
||||
DOWNLOAD="https://www.php.net/distributions/php-8.2.19.tar.xz"
|
||||
MD5SUM="97f3cc144fd6937cf44fbec5810eafe9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
|
Loading…
Reference in a new issue