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 b9ad5b9 commit a4af77fCopy full SHA for a4af77f
recipes/kivy_stable/recipe.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VERSION_kivy_stable=1.5.0
+VERSION_kivy_stable=1.5.1
4
URL_kivy_stable=https://github.com/kivy/kivy/archive/$VERSION_kivy_stable.zip
5
DEPS_kivy_stable=(pygame pyjnius android)
6
MD5_kivy_stable=
recipes/mysql_connector/recipe.sh
@@ -3,7 +3,7 @@
VERSION_mysql_connector=1.0.8
URL_mysql_connector=http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-$VERSION_mysql_connector.tar.gz
DEPS_mysql_connector=()
-MD5_mysql_connector=44c6b2c314c7ab7b7060484970b5ff23
+MD5_mysql_connector=1f2dd335c72684d51ee5d34f127d7ca9
7
BUILD_mysql_connector=$BUILD_PATH/mysql_connector/$(get_directory $URL_mysql_connector)
8
RECIPE_mysql_connector=$RECIPES_PATH/mysql_connector
9
0 commit comments