diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-08-05 11:30:17 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-10 00:00:43 +0200 |
commit | bbfe5846b57334ccf7d6653a70a60b12a94c56a1 (patch) | |
tree | 1e188a27efd9f1b9c7eae5d03c5ca180bd992b60 | |
parent | 1dbf315f4eaece8fc64159cb750d4fd4f979dfaf (diff) | |
download | buildroot-bbfe5846b57334ccf7d6653a70a60b12a94c56a1.tar.gz buildroot-bbfe5846b57334ccf7d6653a70a60b12a94c56a1.zip |
package/lzip: bump version to 1.19
Switched to sha256 hash provided by upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | package/lzip/lzip.hash | 6 | ||||
-rw-r--r-- | package/lzip/lzip.mk | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/package/lzip/lzip.hash b/package/lzip/lzip.hash index 8855231fb3..e074c76005 100644 --- a/package/lzip/lzip.hash +++ b/package/lzip/lzip.hash @@ -1,4 +1,2 @@ -# From http://lists.nongnu.org/archive/html/lzip-bug/2016-06/msg00002.html -sha1 ef42f3209d02c3b3c217a61c8f127bcb8747b128 lzip-1.18.tar.gz -# Locally calculated after checking pgp signature -sha256 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd lzip-1.18.tar.gz +# From http://lists.nongnu.org/archive/html/lzip-bug/2017-05/msg00000.html +sha256 ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9 lzip-1.19.tar.gz diff --git a/package/lzip/lzip.mk b/package/lzip/lzip.mk index cb8803737e..b7ba5dd21d 100644 --- a/package/lzip/lzip.mk +++ b/package/lzip/lzip.mk @@ -4,7 +4,7 @@ # ################################################################################ -LZIP_VERSION = 1.18 +LZIP_VERSION = 1.19 LZIP_SITE = http://download.savannah.gnu.org/releases/lzip LZIP_LICENSE = GPL-2.0+ LZIP_LICENSE_FILES = COPYING |