From 39227b3ddb275995731c89403a888571bb2a51a7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 11 Nov 2011 11:06:41 -0800 Subject: [PATCH] new url --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 10273818..1baba185 100755 --- a/bin/compile +++ b/bin/compile @@ -61,7 +61,7 @@ if grep -Fxq "pylibmc" requirements.txt then echo "-----> Noticed pylibmc. Bootstrapping libmemcached." pwd - curl -s -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz + curl -O http://api.cld.me/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz tar -zxvf vendor-libmemcached.tar.gz export LIBMEMCACHED=/app/vendor -- GitLab