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