summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eugen Wissner2023-03-18 13:05:37 +0100
committer Willy Sudiarto Raharjo2023-03-25 04:01:55 +0100
commit88f2cc96923af4c0f3cdb6c6f925bfa21962ac14 (patch)
tree3584b4cdad0c232780dae3c32ad058b05a8d9035
parent38226f09b9892bb33a65804af2c27d99030cb712 (diff)
downloadslackbuilds-88f2cc96923af4c0f3cdb6c6f925bfa21962ac14.tar.gz
development/php82: Updated for version 8.2.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/php82/README5
-rw-r--r--development/php82/php82.SlackBuild2
-rw-r--r--development/php82/php82.info6
3 files changed, 6 insertions, 7 deletions
diff --git a/development/php82/README b/development/php82/README
index 50a543fe2a..badb203e43 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 094915a9e9..8670103e2b 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 5467581c38..7f6665460a 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"