From: Francois Perrad Date: Sun, 7 Mar 2021 11:28:04 +0000 (+0100) Subject: package/lzip: bump to version 1.22 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f09d90b08785a00dacc0511f11a410df6146cf2;p=buildroot.git package/lzip: bump to version 1.22 Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- diff --git a/package/lzip/Config.in b/package/lzip/Config.in index d406e7710d..c07ef8d676 100644 --- a/package/lzip/Config.in +++ b/package/lzip/Config.in @@ -12,4 +12,4 @@ config BR2_PACKAGE_LZIP perspective. Lzip is a clean implementation of the LZMA algorithm. - http://www.nongnu.org/lzip/lzip.html + https://www.nongnu.org/lzip/lzip.html diff --git a/package/lzip/lzip.hash b/package/lzip/lzip.hash index 35ff7a44a0..57e7eb43f4 100644 --- a/package/lzip/lzip.hash +++ b/package/lzip/lzip.hash @@ -1,4 +1,4 @@ -# From https://lists.nongnu.org/archive/html/lzip-bug/2019-01/msg00010.html -sha256 e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b lzip-1.21.tar.gz +# From https://lists.nongnu.org/archive/html/lzip-bug/2021-01/msg00008.html +sha256 c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948 lzip-1.22.tar.gz # Locally calculated sha256 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef COPYING diff --git a/package/lzip/lzip.mk b/package/lzip/lzip.mk index 2a9a079cde..cca6da07d0 100644 --- a/package/lzip/lzip.mk +++ b/package/lzip/lzip.mk @@ -4,7 +4,7 @@ # ################################################################################ -LZIP_VERSION = 1.21 +LZIP_VERSION = 1.22 LZIP_SITE = http://download.savannah.gnu.org/releases/lzip LZIP_LICENSE = GPL-2.0+ LZIP_LICENSE_FILES = COPYING