libraries/mysql-connector-python: Updated for version 2.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
02d263c4be
commit
5754ba7eb8
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mysql-connector-python
|
||||
|
||||
# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2013-2018 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.1.6}
|
||||
VERSION=${VERSION:-2.1.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mysql-connector-python"
|
||||
VERSION="2.1.6"
|
||||
VERSION="2.1.7"
|
||||
HOMEPAGE="https://dev.mysql.com/downloads/connector/python/"
|
||||
DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.6.tar.gz"
|
||||
MD5SUM="32fddb04b0d2840303d92040c394504c"
|
||||
DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.7.tar.gz"
|
||||
MD5SUM="f7a929752273616e0100bda066101469"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue