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>
This commit is contained in:
Heinz Wiesinger 2022-01-23 14:15:17 +01:00 committed by Willy Sudiarto Raharjo
parent 2c26de7980
commit 1b20553602
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"