summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Andrew Clemons2021-06-20 06:08:50 +0200
committer Willy Sudiarto Raharjo2021-07-03 06:36:04 +0200
commit05df8bbe43905d9d4c350f31a7562f40880fd0be (patch)
tree01b8b7a6e81d7e2250b3ca33c065fd35486a29de /system
parent8eaaf3942eaef8425f10aee7280066d7c7f53d24 (diff)
downloadslackbuilds-05df8bbe43905d9d4c350f31a7562f40880fd0be.tar.gz
system/postgresql: Updated for version 10.17.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/postgresql/postgresql.SlackBuild6
-rw-r--r--system/postgresql/postgresql.info6
2 files changed, 6 insertions, 6 deletions
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
diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info
index cb379a5c22..cd4def779b 100644
--- a/system/postgresql/postgresql.info
+++ b/system/postgresql/postgresql.info
@@ -1,8 +1,8 @@
PRGNAM="postgresql"
-VERSION="10.10"
+VERSION="10.17"
HOMEPAGE="https://www.postgresql.org"
-DOWNLOAD="https://ftp.postgresql.org/pub/source/v10.10/postgresql-10.10.tar.gz"
-MD5SUM="e4cc4587fb830065f9386e16a949019e"
+DOWNLOAD="https://ftp.postgresql.org/pub/source/v10.17/postgresql-10.17.tar.gz"
+MD5SUM="db221f79265f849616d719f3fe168d44"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""