From c6654cc07a6b32108b1939343e55c80be1875294 Mon Sep 17 00:00:00 2001 From: Alan Justino Date: Sat, 25 Oct 2014 05:18:20 -0200 Subject: [PATCH] [OT] greenlet github was changed. --- recipes/greenlet/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/greenlet/recipe.sh b/recipes/greenlet/recipe.sh index 2e5059a82c..c1231960d3 100644 --- a/recipes/greenlet/recipe.sh +++ b/recipes/greenlet/recipe.sh @@ -2,7 +2,7 @@ VERSION_greenlet=${VERSION_greenlet:-0.4.1} URL_greenlet=https://pypi.python.org/packages/source/g/greenlet/greenlet-$VERSION_greenlet.zip -https://github.com/downloads/greenlet/greenlet/greenlet-$VERSION_greenlet.tar.gz +https://github.com/python-greenlet/greenlet/archive/$VERSION_greenlet.tar.gz DEPS_greenlet=(python) MD5_greenlet=c2deda75bdda59c38cae12a77cc53adc BUILD_greenlet=$BUILD_PATH/greenlet/$(get_directory $URL_greenlet)