diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-31 06:39:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-31 06:39:31 +0700 |
commit | ee8b4bfca8ed4e7c7a1f770e65ce36cd2dbe09d3 (patch) | |
tree | 39a98ad1704157599d85101e6e68b39a6701f925 /system/postgresql/postgresql.SlackBuild | |
parent | 055727eb115988829fb873fb1182ff8831db4dff (diff) | |
download | slackbuilds-ee8b4bfca8ed4e7c7a1f770e65ce36cd2dbe09d3.tar.gz |
system/postgresql: Updated for version 9.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 3fe8a37f5e..40357dffb1 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -28,7 +28,7 @@ # Modified by the SlackBuilds.org Project PRGNAM=postgresql -VERSION=${VERSION:-9.5.0} +VERSION=${VERSION:-9.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |