From 62f1164cc9084a5e9b5ff99836db9279b0228ac9 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 29 Aug 2022 08:25:33 +0200 Subject: [PATCH] package/libzip: bump to version 1.9.2 Update hash of license file (contact email address updated with https://github.com/nih-at/libzip/commit/401ef3dd977066bc8f9b9ae53ce60934501b47d0) https://libzip.org/news/release-1.9.2.html https://libzip.org/news/release-1.9.1.html https://libzip.org/news/release-1.9.0.html Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/libzip/libzip.hash | 4 ++-- package/libzip/libzip.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libzip/libzip.hash b/package/libzip/libzip.hash index 5afdfd7cb8..26c038e4b6 100644 --- a/package/libzip/libzip.hash +++ b/package/libzip/libzip.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e libzip-1.8.0.tar.xz -sha256 deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6 LICENSE +sha256 c93e9852b7b2dc931197831438fee5295976ee0ba24f8524a8907be5c2ba5937 libzip-1.9.2.tar.xz +sha256 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1 LICENSE diff --git a/package/libzip/libzip.mk b/package/libzip/libzip.mk index 6bc5c5c193..0c9d66d877 100644 --- a/package/libzip/libzip.mk +++ b/package/libzip/libzip.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBZIP_VERSION = 1.8.0 +LIBZIP_VERSION = 1.9.2 LIBZIP_SITE = https://libzip.org/download LIBZIP_SOURCE = libzip-$(LIBZIP_VERSION).tar.xz LIBZIP_LICENSE = BSD-3-Clause