diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-01-17 14:06:17 +0100 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-01-17 21:58:54 +0800 |
commit | 1bf4e7ddf2febc921707e77e66bf389e922de430 (patch) | |
tree | edfdfe5af0e0ce832f153b50303f4dc685ffff4d | |
parent | e549c53f36fa74ddb9c9865e16547b67d4ebdc99 (diff) |
unzip: fix PKG_CPE_ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
-rw-r--r-- | utils/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <noltari@gmail.com> 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 |