diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2013-04-04 22:23:21 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:20:31 -0500 |
commit | 45684bbb10bc7a5df31c36698aa81825efa32ab9 (patch) | |
tree | 8ac63e05cffbb00de2a1e650a92d39cc6939ffab /system/postgresql/postgresql.SlackBuild | |
parent | 13f19087659c381c6b5a1321d931535c0ad984c4 (diff) | |
download | slackbuilds-45684bbb10bc7a5df31c36698aa81825efa32ab9.tar.gz |
system/postgresql: Updated for version 9.2.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 8 |
1 files changed, 4 insertions, 4 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} |