summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Adis Nezirovic2013-04-05 05:23:21 +0200
committer Robby Workman2013-04-16 00:20:31 +0200
commit45684bbb10bc7a5df31c36698aa81825efa32ab9 (patch)
tree8ac63e05cffbb00de2a1e650a92d39cc6939ffab
parent13f19087659c381c6b5a1321d931535c0ad984c4 (diff)
downloadslackbuilds-45684bbb10bc7a5df31c36698aa81825efa32ab9.tar.gz
system/postgresql: Updated for version 9.2.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/postgresql/postgresql.SlackBuild8
-rw-r--r--system/postgresql/postgresql.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild
index 679db6d085..5640c542fe 100644
--- a/system/postgresql/postgresql.SlackBuild
+++ b/system/postgresql/postgresql.SlackBuild
@@ -1,16 +1,16 @@
#!/bin/sh
## Slackware build script for PostgreSQL
-## $Revision: af516b7c1f99 $
-## $Date: 2012/11/29 20:42:02 $
+## $Revision: 09a9051874b3 $
+## $Date: 2013/04/04 14:52:11 $
##
-## Copyright 2007-2011 Adis Nezirovic <adis _at_ linux.org.ba>
+## Copyright 2007-2013 Adis Nezirovic <adis _at_ linux.org.ba>
## Licensed under GNU GPL v2
# Modified by the SlackBuilds.org Project
PRGNAM=postgresql
-VERSION=${VERSION:-9.2.1}
+VERSION=${VERSION:-9.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info
index 89d7016884..e52e1979c2 100644
--- a/system/postgresql/postgresql.info
+++ b/system/postgresql/postgresql.info
@@ -1,8 +1,8 @@
PRGNAM="postgresql"
-VERSION="9.2.1"
+VERSION="9.2.4"
HOMEPAGE="http://www.postgresql.org"
-DOWNLOAD="ftp://ftp.postgresql.org/pub/source/v9.2.1/postgresql-9.2.1.tar.bz2"
-MD5SUM="c0b4799ea9850eae3ead14f0a60e9418"
+DOWNLOAD="ftp://ftp.postgresql.org/pub/source/v9.2.4/postgresql-9.2.4.tar.bz2"
+MD5SUM="6ee5bb53b97da7c6ad9cb0825d3300dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""