diff options
author | Eugen Wissner <belka@caraus.de> | 2024-08-30 07:35:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 07:56:46 +0700 |
commit | a3a9b6c3a6be972f4b9d2ec4b4e5bd89abd32527 (patch) | |
tree | 89df6da34129386f79882e96e6e3ca5779567bf9 /development | |
parent | e8d3f7e1060aa3dcf858da18c42d6c3b9d9638ed (diff) |
development/php82: Updated for version 8.2.23
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 1f95e5cfc038..78f7300e057d 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.22} +VERSION=${VERSION:-8.2.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index f8eb08b7af22..1df07b48447f 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.22" +VERSION="8.2.23" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.22.tar.xz" -MD5SUM="9b5dcc229ef6e8fd186d1237d85874cc" +DOWNLOAD="https://www.php.net/distributions/php-8.2.23.tar.xz" +MD5SUM="f1ad9a78786e2e4d03112dc2ff7c2a67" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |