system/postgresql: Updated for version 14.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-11 18:09:03 +07:00
parent ebf6ec62ef
commit f1003cb6b6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgresql
VERSION=${VERSION:-14.1}
VERSION=${VERSION:-14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="postgresql"
VERSION="14.1"
VERSION="14.2"
HOMEPAGE="https://www.postgresql.org"
DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.1/postgresql-14.1.tar.gz"
MD5SUM="882ba38db78cc5f103f701fc68f50293"
DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.2/postgresql-14.2.tar.gz"
MD5SUM="732df5d7fc3bafa272c357ed5491c5be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""