diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-12-23 06:58:33 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-12-23 06:58:33 +0100 |
commit | 55391f25a601adc1fc235bf1abc30017f10cd956 (patch) | |
tree | 1ec7bb18127b3cb030a508c5c7dbd5cedffed995 /packages | |
parent | 005aed69752adc491683c7ee49cec9e52423ded9 (diff) |
lftp: switch to main mirror
Diffstat (limited to 'packages')
-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 1390f0b22f..0b37ce8988 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 = "ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/lftp-3.5.1.tar.bz2" +SRC_URI = "http://ftp.yars.free.net/pub/source/lftp/old/lftp-${PV}.tar.bz2" EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" |