From 05df8bbe43905d9d4c350f31a7562f40880fd0be Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 20 Jun 2021 16:08:50 +1200 Subject: system/postgresql: Updated for version 10.17. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- 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 0c043fa2bc..c55ffd1209 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -25,11 +25,11 @@ # Modified by the SlackBuilds.org Project PRGNAM=postgresql -VERSION=${VERSION:-10.10} +VERSION=${VERSION:-10.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -PG_VERSION=${PG_VERSION:-10.10} +PG_VERSION=${PG_VERSION:-10.17} PG_PORT=${PG_PORT:-5432} PG_UID=${PG_UID:-209} PG_GID=${PG_GID:-209} @@ -132,7 +132,7 @@ make install-docs DESTDIR=$PKG ) # Some interesting additional modules: -# http://www.postgresql.org/docs/10.2/static/contrib.html +# https://www.postgresql.org/docs/10/contrib.html # # adminpack - helper extension for pgAdmin # pgcrypto - extension for some business applications -- cgit v1.2.3