From 290f97334bd2dd523da3107c7c970b013149859e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 6 May 2009 15:54:02 +0200 Subject: [PATCH] readline: switch to another URL that really works. --HG-- extra : convert_revision : bb9b337716bab7f74e9d06f9820d8c0afd963182 --- templates/readline/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/readline/template b/templates/readline/template index 04a8a6447a8..6f2d78ef9c7 100644 --- a/templates/readline/template +++ b/templates/readline/template @@ -2,7 +2,7 @@ pkgname=readline sourcepkg=$pkgname version=6.0 -distfiles="ftp://ftp.cwru.edu/pub/bash/${pkgname}-${version}.tar.gz" +distfiles="http://savory.googlecode.com/files/${pkgname}-${version}.tar.gz" build_style=gnu_configure make_build_args="SHLIB_LIBS=-lncurses" short_desc="The GNU Readline Library"