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