mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
2c26de7980
commit
1b20553602
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue