diff options
author | Chris Walker <kris240376@gmail.com> | 2018-09-02 19:59:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:39 +0700 |
commit | 6fb6cd605f6d0d15bd2ac5921279513d3a971b80 (patch) | |
tree | 1789dc5a7d13c07a84501ebefe117c43e3bfef36 /libraries/psqlodbc/psqlodbc.SlackBuild | |
parent | 106a1a44d9f05a985125bcb39c0e86aa8ae0eb5a (diff) |
libraries/psqlodbc: Updated for version 10.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/psqlodbc/psqlodbc.SlackBuild')
-rw-r--r-- | libraries/psqlodbc/psqlodbc.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/psqlodbc/psqlodbc.SlackBuild b/libraries/psqlodbc/psqlodbc.SlackBuild index 575dbcce8cbf..6441235a3ba5 100644 --- a/libraries/psqlodbc/psqlodbc.SlackBuild +++ b/libraries/psqlodbc/psqlodbc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for psqlodbc -# Copyright 2017 Christopher Walker Kempner, TX +# Copyright 2017-2018 Chris Walker Kempner, TX # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=psqlodbc -VERSION=${VERSION:-9.5.400} +VERSION=${VERSION:-10.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCVERSION=09.05.0400 +SRCVERSION=10.02.0000 if [ -z "$ARCH" ]; then case "$( uname -m )" in |