mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/mysql-connector-python: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
71da89c084
commit
daf5e7ba55
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mysql-connector-python
|
||||
VERSION=${VERSION:-1.2.3}
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,7 +78,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a docs/README_DOCS.txt COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a docs/README_DOCS.txt *.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mysql-connector-python"
|
||||
VERSION="1.2.3"
|
||||
VERSION="2.0.1"
|
||||
HOMEPAGE="https://dev.mysql.com/downloads/connector/python/"
|
||||
DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-1.2.3.tar.gz"
|
||||
MD5SUM="63dc50988498fbc520f69a7278b46a2d"
|
||||
DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.1.tar.gz"
|
||||
MD5SUM="7d76eeb27b7e0beff10cf12fb3fd0992"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue