diff options
author | Eugen Wissner <belka@caraus.de> | 2023-07-06 21:42:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:42:11 +0700 |
commit | f7ea57a5ca16b4152e82e1d6486bd172f9c83552 (patch) | |
tree | 3e677681409cb53314c8dc55d64ab0def67e5446 | |
parent | aad6588ac3f2592156193ac46c39de4a5e0ffac0 (diff) |
development/php82: Updated for version 8.2.8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 1694b3bc6603..6d60ff448eff 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.7} +VERSION=${VERSION:-8.2.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index 9c6ce0803b8c..5bc3eec05731 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.7" +VERSION="8.2.8" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.7.tar.xz" -MD5SUM="e0b4a8b8e3c4d0891520424359c33127" +DOWNLOAD="https://www.php.net/distributions/php-8.2.8.tar.xz" +MD5SUM="6c28be716abf829779f009bc020a44fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |