Skip to content

Commit a4af77f

Browse files
committed
updated MD5 in MySQL/Connector + updated kivy_stable
1 parent b9ad5b9 commit a4af77f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/kivy_stable/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION_kivy_stable=1.5.0
3+
VERSION_kivy_stable=1.5.1
44
URL_kivy_stable=https://github.com/kivy/kivy/archive/$VERSION_kivy_stable.zip
55
DEPS_kivy_stable=(pygame pyjnius android)
66
MD5_kivy_stable=

recipes/mysql_connector/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
VERSION_mysql_connector=1.0.8
44
URL_mysql_connector=http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-$VERSION_mysql_connector.tar.gz
55
DEPS_mysql_connector=()
6-
MD5_mysql_connector=44c6b2c314c7ab7b7060484970b5ff23
6+
MD5_mysql_connector=1f2dd335c72684d51ee5d34f127d7ca9
77
BUILD_mysql_connector=$BUILD_PATH/mysql_connector/$(get_directory $URL_mysql_connector)
88
RECIPE_mysql_connector=$RECIPES_PATH/mysql_connector
99

0 commit comments

Comments
 (0)