build kivy version 1.9.0 instead of master

This commit is contained in:
Ben Hagen 2015-06-14 19:30:25 +02:00
parent 88a8529961
commit ac04e98388

View file

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