diff options
author | Eugen Wissner <belka@caraus.de> | 2023-06-16 18:28:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-17 17:19:03 +0700 |
commit | d70000b8183bfdd1e4822373358ac810880369d6 (patch) | |
tree | 6f6705bbf16ce983b9a99fc2b1bf3a6bde7ea68b /development | |
parent | 8e309c703aaccca4790bb21ea2a45cb5db232071 (diff) |
development/php82: Updated for version 8.2.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/php82/php82.SlackBuild | 2 | ||||
-rw-r--r-- | development/php82/php82.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/php82/php82.SlackBuild b/development/php82/php82.SlackBuild index 3a1ee8130cc3c..1694b3bc66032 100644 --- a/development/php82/php82.SlackBuild +++ b/development/php82/php82.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php82 -VERSION=${VERSION:-8.2.6} +VERSION=${VERSION:-8.2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index aa258dde21822..9c6ce0803b8c2 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.6" +VERSION="8.2.7" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.6.tar.xz" -MD5SUM="700aaa5ae7bfb4ac0186be6b4712e748" +DOWNLOAD="https://www.php.net/distributions/php-8.2.7.tar.xz" +MD5SUM="e0b4a8b8e3c4d0891520424359c33127" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |