From d6835dd826f612070f28d668838e63cb30e46aa4 Mon Sep 17 00:00:00 2001 From: Akshay Arora Date: Mon, 29 Oct 2018 15:13:10 +0530 Subject: [PATCH] Update __init__.py --- recipes/kivy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/kivy/__init__.py b/recipes/kivy/__init__.py index 98c1c55..9b9b19d 100644 --- a/recipes/kivy/__init__.py +++ b/recipes/kivy/__init__.py @@ -3,7 +3,7 @@ from os.path import join class KivyRecipe(CythonRecipe): - version = "1.10.0" + version = "1.10.1" url = "https://github.com/kivy/kivy/archive/{version}.zip" library = "libkivy.a" depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",