summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Dionysis Ntreou2019-11-16 14:31:32 +0100
committer Willy Sudiarto Raharjo2019-11-16 14:31:32 +0100
commit94e0ae4588f61f980b8ea972e381252d70168d55 (patch)
tree317388682d7fe2cbb7c359a7b2ef7574f398d229 /system
parent73df479d250f41963a7198c5fe5b618a28ec2bf1 (diff)
downloadslackbuilds-94e0ae4588f61f980b8ea972e381252d70168d55.tar.gz
system/postgresql: Updated for version 10.10.
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.info10
2 files changed, 8 insertions, 8 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild
index 6eb97b2e1a..0c043fa2bc 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.2}
+VERSION=${VERSION:-10.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-PG_VERSION=${PG_VERSION:-10.2}
+PG_VERSION=${PG_VERSION:-10.10}
PG_PORT=${PG_PORT:-5432}
PG_UID=${PG_UID:-209}
PG_GID=${PG_GID:-209}
@@ -87,7 +87,7 @@ set -e
rm -rf $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info
index a73180c6c6..cb379a5c22 100644
--- a/system/postgresql/postgresql.info
+++ b/system/postgresql/postgresql.info
@@ -1,10 +1,10 @@
PRGNAM="postgresql"
-VERSION="10.2"
+VERSION="10.10"
HOMEPAGE="https://www.postgresql.org"
-DOWNLOAD="https://ftp.postgresql.org/pub/source/v10.2/postgresql-10.2.tar.bz2"
-MD5SUM="e97c3cc72bdf661441f29069299b260a"
+DOWNLOAD="https://ftp.postgresql.org/pub/source/v10.10/postgresql-10.10.tar.gz"
+MD5SUM="e4cc4587fb830065f9386e16a949019e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Adis Nezirovic"
-EMAIL="adis_at_linux.org.ba"
+MAINTAINER="Dionysis Ntreou"
+EMAIL="yakizarns1@gmail.com"