kivy download url and version
This commit is contained in:
parent
20a6815b3b
commit
3912d37c49
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ from os.path import join
|
||||||
|
|
||||||
|
|
||||||
class KivyRecipe(CythonRecipe):
|
class KivyRecipe(CythonRecipe):
|
||||||
version = "1.9.0"
|
version = "1.9.1"
|
||||||
url = "https://github.com/rnixx/kivy/archive/{version}.zip"
|
url = "https://github.com/rnixx/kivy/archive/master.zip"
|
||||||
library = "libkivy.a"
|
library = "libkivy.a"
|
||||||
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios"]
|
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios"]
|
||||||
pbx_frameworks = ["OpenGLES", "Accelerate"]
|
pbx_frameworks = ["OpenGLES", "Accelerate"]
|
||||||
|
|
Loading…
Reference in a new issue