summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2022-01-23 14:15:17 +0100
committer Willy Sudiarto Raharjo2022-01-25 08:44:41 +0100
commit1b20553602e9e156bd207343b9e1357f5dd73087 (patch)
treecba7d66eead30d93a6eb195722d7950c705c01f2
parent2c26de79808ec1531ce626174a0c09561dcb97d4 (diff)
downloadslackbuilds-1b20553602e9e156bd207343b9e1357f5dd73087.tar.gz
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>
-rw-r--r--libraries/php-pgsql/php-pgsql.SlackBuild4
-rw-r--r--libraries/php-pgsql/php-pgsql.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/php-pgsql/php-pgsql.SlackBuild b/libraries/php-pgsql/php-pgsql.SlackBuild
index 28c90d8fab..ae1ed699e9 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 90c32b227c..9b0fc032cf 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"