From 2e1e179158c17d3c2ea4109c5002852ca7140c9c Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 8 Dec 2021 13:14:02 +0700 Subject: system/postgresql: Updated for version 14.1. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Andrew Clemons --- system/postgresql/postgresql.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/postgresql/postgresql.SlackBuild') diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 57045bb60f..366c363e32 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -27,12 +27,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql -VERSION=${VERSION:-10.17} +VERSION=${VERSION:-14.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -PG_VERSION=${PG_VERSION:-10.17} +PG_VERSION=${PG_VERSION:-14.1} PG_PORT=${PG_PORT:-5432} PG_UID=${PG_UID:-209} PG_GID=${PG_GID:-209} @@ -142,7 +142,7 @@ make install-docs DESTDIR=$PKG ) # Some interesting additional modules: -# https://www.postgresql.org/docs/10/contrib.html +# https://www.postgresql.org/docs/14/contrib.html # # adminpack - helper extension for pgAdmin # pgcrypto - extension for some business applications -- cgit v1.2.3