Skip to content

Commit 33f10f2

Browse files
committed
use stable branch for kivy
1 parent b3bafeb commit 33f10f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/kivy/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
VERSION_kivy=
4-
URL_kivy=https://github.com/kivy/kivy/zipball/master/kivy-master.zip
4+
URL_kivy=https://github.com/kivy/kivy/zipball/stable/kivy-stable.zip
55
DEPS_kivy=(pygame pyjnius android)
66
MD5_kivy=
77
BUILD_kivy=$BUILD_PATH/kivy/$(get_directory $URL_kivy)

0 commit comments

Comments
 (0)