From 42707fc1eedf7b5f92d30b2e17f359f97db0d8b5 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 28 Apr 2021 18:42:56 +0100 Subject: [PATCH] libextractor: update to version 1.11 Signed-off-by: Daniel Golle --- libs/libextractor/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libextractor/Makefile b/libs/libextractor/Makefile index d41c111b1..fa2ca5d49 100644 --- a/libs/libextractor/Makefile +++ b/libs/libextractor/Makefile @@ -6,15 +6,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libextractor -PKG_VERSION:=1.10 -PKG_RELEASE:=3 +PKG_VERSION:=1.11 +PKG_RELEASE:=$(AUTORELEASE) # ToDo: # - package missing optional dependencies: libexiv2, gsf, librpm, smf, tidy PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=9eed11b5ddc7c929ba112c50de8cfaa379f1d99a0c8e064101775837cf432357 +PKG_HASH:=16f633ab8746a38547c4a1da3f4591192b0825ad83c4336f0575b85843d8bd8f PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING