diff options
author | Adis Nezirovic <adis@linux.org.ba> | 2014-04-12 15:11:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-12 15:11:59 +0700 |
commit | 498d927ecd48e6938166e47ac50da0657f711ad9 (patch) | |
tree | 91f0d0b7261611fd7b52af3e13bd71e81b441f83 /system/postgresql/postgresql.SlackBuild | |
parent | 1eddf6024ece2ec6add2aaf90d509f0af46b4b6a (diff) | |
download | slackbuilds-498d927ecd48e6938166e47ac50da0657f711ad9.tar.gz |
system/postgresql: Updated for version 9.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index c6ea7c5ed5..7e0f2e4ac1 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for PostgreSQL # -# $Revision: ab2356040882 $ -# $Date: 2014/02/28 20:54:16 $ +# $Revision: 48079e3de1a0 $ +# $Date: 2014/04/12 06:31:25 $ # # Copyright 2007-2014 Adis Nezirovic <adis_at_linux.org.ba> # All rights reserved. @@ -28,7 +28,7 @@ # Modified by the SlackBuilds.org Project PRGNAM=postgresql -VERSION=${VERSION:-9.3.3} +VERSION=${VERSION:-9.3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |