diff options
author | Eugen Wissner <belka@caraus.de> | 2023-12-20 21:19:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:27 +0700 |
commit | cd4f9d6b1edf3224e1c5574d54e24beba1619ce2 (patch) | |
tree | 4e78cd2c17e6039e35fbf404834cf59c05b05a46 /development/php82 | |
parent | 0126a48cb2102f6f3f3f7f2376e34ef7906f5540 (diff) |
development/php82: Updated for version 8.2.14
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/php82')
-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 7d9d5c96d8ce..f99731ebf495 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.13} +VERSION=${VERSION:-8.2.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index 2a4fe7186b58..fa7bca1a57a3 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.13" +VERSION="8.2.14" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.13.tar.xz" -MD5SUM="ae204ece3b5e3d1114e0b2bb1a6343b1" +DOWNLOAD="https://www.php.net/distributions/php-8.2.14.tar.xz" +MD5SUM="bf1f3d561a5a1a9b5acb0f74c5db84b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |