diff options
author | Eugen Wissner <belka@caraus.de> | 2023-03-18 13:05:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:55 +0700 |
commit | 88f2cc96923af4c0f3cdb6c6f925bfa21962ac14 (patch) | |
tree | 3584b4cdad0c232780dae3c32ad058b05a8d9035 /development | |
parent | 38226f09b9892bb33a65804af2c27d99030cb712 (diff) |
development/php82: Updated for version 8.2.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/php82/README | 5 | ||||
-rw-r--r-- | development/php82/php82.SlackBuild | 2 | ||||
-rw-r--r-- | development/php82/php82.info | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/development/php82/README b/development/php82/README index 50a543fe2a17e..badb203e43e8d 100644 --- a/development/php82/README +++ b/development/php82/README @@ -15,8 +15,8 @@ Because of this old PEAR bug: https://pear.php.net/bugs/bug.php?id=20383 -Some dirs/files with be created on the build file-system as this is -built: +Some directories and files will be created on the build file-system as +this is built: /usr/lib64/php/8.2/.channels/.alias/ /usr/lib64/php/8.2/.channels/.alias/pear.txt @@ -34,4 +34,3 @@ built: /usr/lib64/php/8.2/.registry/.channel.__uri/ /usr/lib64/php/8.2/.registry/.channel.doc.php.net/ /usr/lib64/php/8.2/.registry/.channel.pecl.php.net/ - diff --git a/development/php82/php82.SlackBuild b/development/php82/php82.SlackBuild index 094915a9e90da..8670103e2b71f 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.3} +VERSION=${VERSION:-8.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index 5467581c38d1c..7f6665460a7ad 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.3" +VERSION="8.2.4" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.3.tar.xz" -MD5SUM="cb768cf744184e64d48b15305c437336" +DOWNLOAD="https://www.php.net/distributions/php-8.2.4.tar.xz" +MD5SUM="43c5fa2cf3428e9692cd9d424e71664f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |