diff options
author | Eugen Wissner <belka@caraus.de> | 2023-08-02 09:34:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:54 +0700 |
commit | ee0d8b6b83f4352ec09a78fbe43833f491164b26 (patch) | |
tree | be992f54657caf20ac2ed76100f9740dd287fc6a /development/php82 | |
parent | ca4a088556c8518cee8010bb6f59af0b287e5939 (diff) |
development/php82: Updated for version 8.2.9
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 6d60ff448eff..4c56e12ab7f8 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.8} +VERSION=${VERSION:-8.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index 5bc3eec05731..bb059403f932 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.8" +VERSION="8.2.9" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.8.tar.xz" -MD5SUM="6c28be716abf829779f009bc020a44fe" +DOWNLOAD="https://www.php.net/distributions/php-8.2.9.tar.xz" +MD5SUM="70ef9e9106135c430e1d8115936494fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |