diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-08 12:44:26 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-09 18:34:20 +0100 |
commit | 5b2b133db78610381418bece148b205ace687375 (patch) | |
tree | 63e56cd5f6e6b6c3008de4af50f71c166424529a | |
parent | e8f29f593455fb2e2dfa13bb571adf9b5d0551f7 (diff) |
lftp: upgrade to 4.0.5
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
-rw-r--r-- | recipes/lftp/lftp_4.0.5.bb (renamed from recipes/lftp/lftp_3.5.1.bb) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/lftp/lftp_3.5.1.bb b/recipes/lftp/lftp_4.0.5.bb index 0b37ce8988..11f181e5aa 100644 --- a/recipes/lftp/lftp_3.5.1.bb +++ b/recipes/lftp/lftp_4.0.5.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://lftp.yar.ru" SECTION = "console/network" DEPENDS = "readline gnutls" -SRC_URI = "http://ftp.yars.free.net/pub/source/lftp/old/lftp-${PV}.tar.bz2" +SRC_URI = "http://ftp.yars.free.net/pub/source/lftp/lftp-${PV}.tar.bz2;name=u1" EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" @@ -15,3 +15,6 @@ do_configure_prepend () { } inherit autotools gettext + +SRC_URI[u1.md5sum] = "5400cad5f91e131ac2ded7c24aea594c" +SRC_URI[u1.sha256sum] = "5c1f94f5780ed3cb51fe00439fbfa4e8b4bd28564c3248cb21f6ee9fd794c473" |