Skip to content

Commit b9ad5b9

Browse files
committed
Corrected MySQL/Connector to upstream link + updated version
1 parent 195ba00 commit b9ad5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/mysql_connector/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
VERSION_mysql_connector=1.0.7
4-
URL_mysql_connector=https://launchpad.net/debian/+archive/primary/+files/mysql-connector-python_$VERSION_mysql_connector.orig.tar.gz
3+
VERSION_mysql_connector=1.0.8
4+
URL_mysql_connector=http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-$VERSION_mysql_connector.tar.gz
55
DEPS_mysql_connector=()
66
MD5_mysql_connector=44c6b2c314c7ab7b7060484970b5ff23
77
BUILD_mysql_connector=$BUILD_PATH/mysql_connector/$(get_directory $URL_mysql_connector)

0 commit comments

Comments
 (0)