diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2015-10-23 23:06:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-23 23:06:56 +0700 |
commit | a2e8d7dd3dbe11a4ffd6df96cd62eb662335b81b (patch) | |
tree | d21f87aca69896059a3e0451e3baebfa20095cff /system/postgresql/postgresql.SlackBuild | |
parent | 9c6ab49f59ff66d2291677731b4787ded1ba5f6c (diff) | |
download | slackbuilds-a2e8d7dd3dbe11a4ffd6df96cd62eb662335b81b.tar.gz |
system/postgresql: Updated for version 9.4.5.
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 777aa777a1..f41d2e9b38 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for PostgreSQL # -# $Revision: 577bd5ace24b $ -# $Date: 2015/06/28 13:38:59 $ +# $Revision: 6560bf705e09 $ +# $Date: 2015/10/23 04:29:48 $ # # Copyright 2007-2015 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.4.4} +VERSION=${VERSION:-9.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |