diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-04 08:42:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-04 08:42:05 +0000 |
commit | f70952463b72e3174cc086af12cfaf2ecb9fb1d1 (patch) | |
tree | 1086d392c85eb41f2567bade5cbc884b52a01444 /packages/lftp | |
parent | 6bea8fb3de243a4485f109a54871f0ba9f03b6f7 (diff) |
lftp: fix SRC_URI for 3.5.1
Diffstat (limited to 'packages/lftp')
-rw-r--r-- | packages/lftp/lftp_3.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/lftp/lftp_3.5.1.bb b/packages/lftp/lftp_3.5.1.bb index a45b75fe35..df184ae9ca 100644 --- a/packages/lftp/lftp_3.5.1.bb +++ b/packages/lftp/lftp_3.5.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://lftp.yar.ru" SECTION = "console/network" DEPENDS = "readline gnutls" -SRC_URI = "http://www.ibiblio.org/pub/Linux/system/network/file-transfer/lftp-3.5.1.tar.gz" +SRC_URI = "ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/lftp-3.5.1.tar.bz2" EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" |