From: Jan Pavlinec Date: Thu, 17 Jan 2019 13:06:17 +0000 (+0100) Subject: unzip: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1bf4e7ddf2febc921707e77e66bf389e922de430;p=openwrt-packages.git unzip: fix PKG_CPE_ID Signed-off-by: Jan Pavlinec --- diff --git a/utils/unzip/Makefile b/utils/unzip/Makefile index 25b42e1e4..255dfc788 100644 --- a/utils/unzip/Makefile +++ b/utils/unzip/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unzip PKG_REV:=60 PKG_VERSION:=6.0 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)$(PKG_REV).tar.gz PKG_SOURCE_URL:=@SF/infozip @@ -19,7 +19,7 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=BSD-4-Clause PKG_LICENSE_FILES:=LICENSE - PKG_CPE_ID:=cpe:/a:unzip:unzip +PKG_CPE_ID:=cpe:/a:info-zip:unzip PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/unzip$(PKG_REV) PKG_CHECK_FORMAT_SECURITY:=0