development/php82: Updated for version 8.2.20
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cfd7f6606f
commit
95b2f96125
|
@ -28,8 +28,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=php82
|
PRGNAM=php82
|
||||||
VERSION=${VERSION:-8.2.19}
|
VERSION=${VERSION:-8.2.20}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="php82"
|
PRGNAM="php82"
|
||||||
VERSION="8.2.19"
|
VERSION="8.2.20"
|
||||||
HOMEPAGE="https://www.php.net/"
|
HOMEPAGE="https://www.php.net/"
|
||||||
DOWNLOAD="https://www.php.net/distributions/php-8.2.19.tar.xz"
|
DOWNLOAD="https://www.php.net/distributions/php-8.2.20.tar.xz"
|
||||||
MD5SUM="97f3cc144fd6937cf44fbec5810eafe9"
|
MD5SUM="9478294cb87946891f70d5aa5f959bc3"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="postgresql"
|
REQUIRES="postgresql"
|
||||||
|
|
Loading…
Reference in New Issue