diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-11-16 17:40:10 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-16 22:15:09 +0100 |
commit | 496b15eac07e7fc6de21360e27be1e8ed864268b (patch) | |
tree | 9ac225bbf0fe9048ffa466d8e145afd8af9ad6bb | |
parent | 78c446a3405b97ea5bbff8b89199689c1fdf29e4 (diff) | |
download | buildroot-496b15eac07e7fc6de21360e27be1e8ed864268b.tar.gz buildroot-496b15eac07e7fc6de21360e27be1e8ed864268b.zip |
lftp: bump version to 4.7.4
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/lftp/lftp.hash | 4 | ||||
-rw-r--r-- | package/lftp/lftp.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/lftp/lftp.hash b/package/lftp/lftp.hash index 57a5205af0..0e0f927a56 100644 --- a/package/lftp/lftp.hash +++ b/package/lftp/lftp.hash @@ -1,2 +1,2 @@ -# Locally calculated -sha256 3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c lftp-4.7.3.tar.xz +# Locally calculated after checking gpg signature +sha256 bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c lftp-4.7.4.tar.xz diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk index 802bbc74be..a7e1f92619 100644 --- a/package/lftp/lftp.mk +++ b/package/lftp/lftp.mk @@ -4,7 +4,7 @@ # ################################################################################ -LFTP_VERSION = 4.7.3 +LFTP_VERSION = 4.7.4 LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz LFTP_SITE = http://lftp.yar.ru/ftp LFTP_LICENSE = GPLv3+ |