summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Adis Nezirovic <adis_at_linux.org.ba>2012-04-07 18:31:48 -0500
committer Erik Hanson <erik@slackbuilds.org>2012-04-09 11:53:25 -0500
commit0e4f1f20e94096548b7f26a0a3a57180de9a9c91 (patch)
treef9017649c0e29bc555c189b0bae3f0c8146755b8
parent984ca3ee11da88532ef316d1413bc955d8deedc1 (diff)
downloadslackbuilds-0e4f1f20e94096548b7f26a0a3a57180de9a9c91.tar.gz
slackbuilds-0e4f1f20e94096548b7f26a0a3a57180de9a9c91.tar.xz
system/postgresql: Updated for version 9.1.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/postgresql/postgresql.SlackBuild2
-rw-r--r--system/postgresql/postgresql.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild
index 84a7fcc4ea..1f0967d18b 100644
--- a/system/postgresql/postgresql.SlackBuild
+++ b/system/postgresql/postgresql.SlackBuild
@@ -10,7 +10,7 @@
# Modified by the SlackBuilds.org Project
PRGNAM=postgresql
-VERSION=${VERSION:-9.1.2}
+VERSION=${VERSION:-9.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info
index fc7294bf68..1cce410c16 100644
--- a/system/postgresql/postgresql.info
+++ b/system/postgresql/postgresql.info
@@ -1,10 +1,10 @@
PRGNAM="postgresql"
-VERSION="9.1.2"
+VERSION="9.1.3"
HOMEPAGE="http://www.postgresql.org"
-DOWNLOAD="ftp://ftp.postgresql.org/pub/source/v9.1.2/postgresql-9.1.2.tar.bz2"
-MD5SUM="7dbff52221954c46595313eb7f92c3e0"
+DOWNLOAD="ftp://ftp.postgresql.org/pub/source/v9.1.3/postgresql-9.1.3.tar.bz2"
+MD5SUM="641e1915f7ebfdc9f138e4c55b6aec0e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Adis Nezirovic"
EMAIL="adis_at_linux.org.ba"
-APPROVED="rworkman,Niels Horn"
+APPROVED="rworkman"