diff options
author | Eugen Wissner <belka@caraus.de> | 2024-05-08 11:39:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 08:12:29 +0700 |
commit | cc5bb1fa33861e7dd16e337cbbb574674c805412 (patch) | |
tree | 511e2e3a6cc4b91e77b075750c517d58e358242e /development/php82 | |
parent | 3d8d5017e0f497b1eba9df274a390355a559f327 (diff) |
development/php82: Updated for version 8.2.19
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 91d979cd035b..99b38a896045 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.18} +VERSION=${VERSION:-8.2.19} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/php82/php82.info b/development/php82/php82.info index dffebf29a8df..822691953886 100644 --- a/development/php82/php82.info +++ b/development/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.18" +VERSION="8.2.19" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.18.tar.xz" -MD5SUM="dc3afc0addb388cf9caf380488b6a689" +DOWNLOAD="https://www.php.net/distributions/php-8.2.19.tar.xz" +MD5SUM="97f3cc144fd6937cf44fbec5810eafe9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |