diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2018-02-11 14:53:38 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:53 +0700 |
commit | 0023a1b9b9ba676fdc86f42f30f603a4be918b40 (patch) | |
tree | 138cf0ebf427bdcd3fba9c5bfbc01f845d296fb9 /system/postgresql/postgresql.SlackBuild | |
parent | a5a29c0aabee4ba7105e6e133e35fea0455221ce (diff) | |
download | slackbuilds-0023a1b9b9ba676fdc86f42f30f603a4be918b40.tar.gz |
system/postgresql: Updated for version 10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 5104dcb079..6eb97b2e1a 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PostgreSQL # -# Copyright 2007-2017 Adis Nezirovic <adis_at_linux.org.ba> +# Copyright 2007-2018 Adis Nezirovic <adis_at_linux.org.ba> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,11 +25,11 @@ # Modified by the SlackBuilds.org Project PRGNAM=postgresql -VERSION=${VERSION:-9.6.4} +VERSION=${VERSION:-10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -PG_VERSION=${PG_VERSION:-9.6} +PG_VERSION=${PG_VERSION:-10.2} 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/9.6/static/contrib.html +# http://www.postgresql.org/docs/10.2/static/contrib.html # # adminpack - helper extension for pgAdmin # pgcrypto - extension for some business applications |