diff options
author | Adis Nezirovic <adis@linux.org.ba> | 2014-03-01 07:21:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-01 07:21:05 +0700 |
commit | fb2aa241530d544a0714619bc97f2594de8d801c (patch) | |
tree | 73b132c415b153f79819688dc40c32b6919ba307 /system/postgresql/postgresql.SlackBuild | |
parent | 81df9ea5a4aa56fa888b589316f2cf82a8a0ed5e (diff) |
system/postgresql: Updated for version 9.3.3.
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 0b1d28ee6a5f..c6ea7c5ed598 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for PostgreSQL # -# $Revision: 2f8b8aca5847 $ -# $Date: 2014/01/05 16:11:34 $ +# $Revision: ab2356040882 $ +# $Date: 2014/02/28 20:54:16 $ # # 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.2} +VERSION=${VERSION:-9.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |