diff options
Diffstat (limited to 'development/php82')
-rw-r--r-- | development/php82/php82.SlackBuild | 4 | ||||
-rw-r--r-- | development/php82/php82.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/php82/php82.SlackBuild b/development/php82/php82.SlackBuild index 756c8acb36..929fe1ce92 100644 --- a/development/php82/php82.SlackBuild +++ b/development/php82/php82.SlackBuild @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php82 -VERSION=${VERSION:-8.2.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-8.2.11} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index 54f5b6745a..8ec2eda7b4 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.10" +VERSION="8.2.11" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.10.tar.xz" -MD5SUM="7cf41ae950f76e031599129f7cac6719" +DOWNLOAD="https://www.php.net/distributions/php-8.2.11.tar.xz" +MD5SUM="8e7f61ff53fd36be68643080c5114df9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |