libraries/psqlodbc: Updated for version 10.2.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Chris Walker 2018-09-02 19:59:45 +01:00 committed by Willy Sudiarto Raharjo
parent 106a1a44d9
commit 6fb6cd605f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 9 additions and 9 deletions

View file

@ -4,6 +4,6 @@ the Library General PUblic License, or LGPL.
Optional Dependency
unixODBC
This package will build libiodbc drivers by default, since those are
the ODBC drivers included with Slackware. In order to build with
This package will build libiodbc drivers by default, since those are
the ODBC drivers included with Slackware. In order to build with
unixODBC, specify WITH_UNIXODBC=yes on the command line.

View file

@ -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

View file

@ -1,10 +1,10 @@
PRGNAM="psqlodbc"
VERSION="9.5.400"
VERSION="10.2.0"
HOMEPAGE="https://odbc.postgresql.org/"
DOWNLOAD="https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-09.05.0400.tar.gz"
MD5SUM="86fc481acc2b58e3b780f6fef8e76f1a"
DOWNLOAD="https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-10.02.0000.tar.gz"
MD5SUM="e4e738a82afcc4dc86ba25896532dd3a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"
MAINTAINER="Christopher Walker"
MAINTAINER="Chris Walker"
EMAIL="kris240376@gmail.com"