From 777f85ed2130a15dfe2f1945429d913c5b41bca2 Mon Sep 17 00:00:00 2001 From: Johannes Morgenroth Date: Sun, 31 Jan 2021 12:28:02 +0100 Subject: [PATCH] libarchive: update to 3.5.1 Signed-off-by: Johannes Morgenroth --- libs/libarchive/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile index 43a0db493..bf888baf2 100644 --- a/libs/libarchive/Makefile +++ b/libs/libarchive/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libarchive -PKG_VERSION:=3.5.0 +PKG_VERSION:=3.5.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.libarchive.org/downloads -PKG_HASH:=245bff9d17e78986bf9716eb887e3bc731d7fd8e5d04efebb8bb1e1c39a3a354 +PKG_HASH:=0e17d3a8d0b206018693b27f08029b598f6ef03600c2b5d10c94ce58692e299b PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=BSD-2-Clause