From ac04e98388ce32ff60390dbafe3dfa6b3d994089 Mon Sep 17 00:00:00 2001 From: Ben Hagen Date: Sun, 14 Jun 2015 19:30:25 +0200 Subject: [PATCH] build kivy version 1.9.0 instead of master --- recipes/kivy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/kivy/__init__.py b/recipes/kivy/__init__.py index 0097ad8..248899a 100644 --- a/recipes/kivy/__init__.py +++ b/recipes/kivy/__init__.py @@ -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"]