package/unzip: make version compliant with release-monitoring
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9ddc1b5c93
commit
d6da9d1d29
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UNZIP_VERSION = 60
|
||||
UNZIP_SOURCE = unzip$(UNZIP_VERSION).tgz
|
||||
UNZIP_VERSION = 6.0
|
||||
UNZIP_SOURCE = unzip$(subst .,,$(UNZIP_VERSION)).tgz
|
||||
UNZIP_SITE = ftp://ftp.info-zip.org/pub/infozip/src
|
||||
UNZIP_LICENSE = Info-ZIP
|
||||
UNZIP_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user