summaryrefslogtreecommitdiffstats
path: root/libraries/unixODBC
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-04-29 20:45:35 +0200
committer Willy Sudiarto Raharjo2023-04-29 20:45:35 +0200
commitfb2a0102f3f7c98cd3cb1eaf626bb0e82d425f6c (patch)
tree8b2c4c800b653f7f23d69eed04b1e6686d5d9ccf /libraries/unixODBC
parent7008fab92a4cf9da8046662f75b44fdc4332c129 (diff)
downloadslackbuilds-fb2a0102f3f7c98cd3cb1eaf626bb0e82d425f6c.tar.gz
libraries/unixODBC: Updated for version 2.3.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/unixODBC')
-rw-r--r--libraries/unixODBC/unixODBC.SlackBuild7
-rw-r--r--libraries/unixODBC/unixODBC.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/unixODBC/unixODBC.SlackBuild b/libraries/unixODBC/unixODBC.SlackBuild
index cf588a77ba..b174e523ab 100644
--- a/libraries/unixODBC/unixODBC.SlackBuild
+++ b/libraries/unixODBC/unixODBC.SlackBuild
@@ -32,8 +32,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=unixODBC
-VERSION=${VERSION:-2.3.7}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.3.11}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -45,9 +45,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/libraries/unixODBC/unixODBC.info b/libraries/unixODBC/unixODBC.info
index 613db0505c..f155eb4a7d 100644
--- a/libraries/unixODBC/unixODBC.info
+++ b/libraries/unixODBC/unixODBC.info
@@ -1,8 +1,8 @@
PRGNAM="unixODBC"
-VERSION="2.3.7"
+VERSION="2.3.11"
HOMEPAGE="http://www.unixodbc.org/"
-DOWNLOAD="ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.7.tar.gz"
-MD5SUM="274a711b0c77394e052db6493840c6f9"
+DOWNLOAD="ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.11.tar.gz"
+MD5SUM="0ff1fdbcb4c3c7dc2357f3fd6ba09169"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"