mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/mysql-connector-python: Updated for version 2.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fa33597872
commit
af304e39a6
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mysql-connector-python
|
||||
|
||||
# Copyright 2013-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2013-2016 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.4}
|
||||
VERSION=${VERSION:-2.1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mysql-connector-python"
|
||||
VERSION="2.0.4"
|
||||
VERSION="2.1.3"
|
||||
HOMEPAGE="https://dev.mysql.com/downloads/connector/python/"
|
||||
DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.4.tar.gz"
|
||||
MD5SUM="d6f5532a79c80f0daa90c0f8fc3a0952"
|
||||
DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz"
|
||||
MD5SUM="20bf8e52e24804915f9d85c1aa161c55"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue