Merge pull request #303 from kivy/akshayaurora-patchkivy-1

Update Kivy version to 1.10.1
This commit is contained in:
Mathieu Virbel 2018-10-29 10:56:14 +01:00 committed by GitHub
commit 09b60bd31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",