kivy download url and version

This commit is contained in:
Robert Niederreiter 2015-07-03 09:21:42 +02:00
parent 20a6815b3b
commit 3912d37c49

View file

@ -3,8 +3,8 @@ from os.path import join
class KivyRecipe(CythonRecipe):
version = "1.9.0"
url = "https://github.com/rnixx/kivy/archive/{version}.zip"
version = "1.9.1"
url = "https://github.com/rnixx/kivy/archive/master.zip"
library = "libkivy.a"
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios"]
pbx_frameworks = ["OpenGLES", "Accelerate"]