diff options
author | Eugen Wissner <belka@caraus.de> | 2023-05-12 10:44:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:28 +0700 |
commit | acd2b48600dc5eb89cac46a9d47ee85d4cc84d08 (patch) | |
tree | eaaa76b21b3b455f199cf553b80a6508f3e6bb1e /development/php82 | |
parent | 0f6c618177844bdc9d99c917097735c77aaf3180 (diff) |
development/php82: Updated for version 8.2.6
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 27da2440ceebe..3a1ee8130cc3c 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.5} +VERSION=${VERSION:-8.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index 7c5c02bcdc6c7..aa258dde21822 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.5" +VERSION="8.2.6" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.5.tar.xz" -MD5SUM="802ddeb65a32362a739326eddd1c172f" +DOWNLOAD="https://www.php.net/distributions/php-8.2.6.tar.xz" +MD5SUM="700aaa5ae7bfb4ac0186be6b4712e748" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |