system/postgresql: Updated for version 14.7.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-02-18 11:12:51 +09:00 committed by Willy Sudiarto Raharjo
parent 10206aa743
commit 515a3d4875
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="postgresql" PRGNAM="postgresql"
VERSION="14.6" VERSION="14.7"
HOMEPAGE="https://www.postgresql.org" HOMEPAGE="https://www.postgresql.org"
DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.6/postgresql-14.6.tar.gz" DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.7/postgresql-14.7.tar.gz"
MD5SUM="a6d93a1272737ff62a2238e802fc998f" MD5SUM="8d92692b55d37020e09baa21d5262c57"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""