mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/postgresql: Updated for version 14.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ebf6ec62ef
commit
f1003cb6b6
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue