diff options
Diffstat (limited to 'development/php84')
-rw-r--r-- | development/php84/php84.SlackBuild | 2 | ||||
-rw-r--r-- | development/php84/php84.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/php84/php84.SlackBuild b/development/php84/php84.SlackBuild index 9dc0320e7b..42a9742549 100644 --- a/development/php84/php84.SlackBuild +++ b/development/php84/php84.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php84 -VERSION=${VERSION:-8.4.11} +VERSION=${VERSION:-8.4.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php84/php84.info b/development/php84/php84.info index 5fc419513d..f9636b5b65 100644 --- a/development/php84/php84.info +++ b/development/php84/php84.info @@ -1,8 +1,8 @@ PRGNAM="php84" -VERSION="8.4.11" +VERSION="8.4.12" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.4.11.tar.xz" -MD5SUM="d08a7fbf770f2b9218a18eb70b2e9717" +DOWNLOAD="https://www.php.net/distributions/php-8.4.12.tar.xz" +MD5SUM="9f433288da027797fc9b23cd5a7f2ec2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |