diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2022-01-23 14:15:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-25 14:44:41 +0700 |
commit | 1b20553602e9e156bd207343b9e1357f5dd73087 (patch) | |
tree | cba7d66eead30d93a6eb195722d7950c705c01f2 /libraries/php-pgsql | |
parent | 2c26de79808ec1531ce626174a0c09561dcb97d4 (diff) |
libraries/php-pgsql: Updated for version 7.4.27
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/php-pgsql')
-rw-r--r-- | libraries/php-pgsql/php-pgsql.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/php-pgsql/php-pgsql.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/php-pgsql/php-pgsql.SlackBuild b/libraries/php-pgsql/php-pgsql.SlackBuild index 28c90d8faba33..ae1ed699e9772 100644 --- a/libraries/php-pgsql/php-pgsql.SlackBuild +++ b/libraries/php-pgsql/php-pgsql.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for php-pgsql -# Copyright 2012-2017 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2022 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ SRCNAM=php cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php-pgsql -VERSION=${VERSION:-7.4.3} +VERSION=${VERSION:-7.4.27} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/php-pgsql/php-pgsql.info b/libraries/php-pgsql/php-pgsql.info index 90c32b227ce6d..9b0fc032cfecd 100644 --- a/libraries/php-pgsql/php-pgsql.info +++ b/libraries/php-pgsql/php-pgsql.info @@ -1,8 +1,8 @@ PRGNAM="php-pgsql" -VERSION="7.4.3" +VERSION="7.4.27" HOMEPAGE="http://php.net/manual/en/book.pgsql.php" -DOWNLOAD="https://secure.php.net/distributions/php-7.4.3.tar.xz" -MD5SUM="853df4727b2dcde52e9cc9d944f87498" +DOWNLOAD="https://secure.php.net/distributions/php-7.4.27.tar.xz" +MD5SUM="e3919385b5813ddf0b77759fac69ff4e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |