8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195ba00 commit b9ad5b9Copy full SHA for b9ad5b9
recipes/mysql_connector/recipe.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
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
+VERSION_mysql_connector=1.0.8
+URL_mysql_connector=http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-$VERSION_mysql_connector.tar.gz
5
DEPS_mysql_connector=()
6
MD5_mysql_connector=44c6b2c314c7ab7b7060484970b5ff23
7
BUILD_mysql_connector=$BUILD_PATH/mysql_connector/$(get_directory $URL_mysql_connector)
0 commit comments