summaryrefslogtreecommitdiffstats
path: root/system/postgresql
diff options
context:
space:
mode:
author Adis Nezirovic <adis_at_linux.org.ba>2017-05-28 21:06:53 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-05-28 21:06:53 +0100
commit27dd93aacec730a34190b0477fb083958e25890d (patch)
treeb0b3aafac5f89ad949925ed15d78aaaa9ebb2d74 /system/postgresql
parent5d0506809435383827d01aa280384621c2a328ef (diff)
downloadslackbuilds-27dd93aacec730a34190b0477fb083958e25890d.tar.gz
slackbuilds-27dd93aacec730a34190b0477fb083958e25890d.tar.xz
system/postgresql: Updated for version 9.6.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/postgresql')
-rw-r--r--system/postgresql/postgresql.SlackBuild13
-rw-r--r--system/postgresql/postgresql.info6
2 files changed, 8 insertions, 11 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild
index 208169282b..6553746576 100644
--- a/system/postgresql/postgresql.SlackBuild
+++ b/system/postgresql/postgresql.SlackBuild
@@ -2,10 +2,7 @@
# Slackware build script for PostgreSQL
#
-# $Revision$
-# $Date$
-#
-# Copyright 2007-2016 Adis Nezirovic <adis_at_linux.org.ba>
+# Copyright 2007-2017 Adis Nezirovic <adis_at_linux.org.ba>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,7 +25,7 @@
# Modified by the SlackBuilds.org Project
PRGNAM=postgresql
-VERSION=${VERSION:-9.6.0}
+VERSION=${VERSION:-9.6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -39,7 +36,7 @@ PG_GID=${PG_GID:-209}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -71,8 +68,8 @@ else
NLS=disable
fi
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info
index 56185f0f02..af8cd4bd36 100644
--- a/system/postgresql/postgresql.info
+++ b/system/postgresql/postgresql.info
@@ -1,8 +1,8 @@
PRGNAM="postgresql"
-VERSION="9.6.0"
+VERSION="9.6.3"
HOMEPAGE="https://www.postgresql.org"
-DOWNLOAD="https://ftp.postgresql.org/pub/source/v9.6.0/postgresql-9.6.0.tar.bz2"
-MD5SUM="c5af6ebb790ab877e1d2e56e19cebb29"
+DOWNLOAD="https://ftp.postgresql.org/pub/source/v9.6.3/postgresql-9.6.3.tar.bz2"
+MD5SUM="ce1d0a57ace0a5b7a994b56796fdba35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""