libraries/mysql-connector-python: Updated for version 2.0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-03-17 04:09:00 +07:00
parent aff986acd6
commit c0ea2474c0
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for mysql-connector-python
# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2013-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mysql-connector-python
VERSION=${VERSION:-2.0.2}
VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mysql-connector-python"
VERSION="2.0.2"
VERSION="2.0.3"
HOMEPAGE="https://dev.mysql.com/downloads/connector/python/"
DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.2.tar.gz"
MD5SUM="ca5b2b7896790ed98cdfd1f1682ab319"
DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.3.tar.gz"
MD5SUM="cc350f4ab1231e790fe60051a8ee87f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""