summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-05-24 20:34:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-05-26 11:40:53 +0200
commit1b843e709e9382588beb1aa0d14488526cced92c (patch)
tree46b38277ac7eaded3bd0b8e6ed5238135bab71f3
parentf725e0d6dfac6e63b0ccc8c6d9a17a8afe2f373a (diff)
downloadptxdist-1b843e709e9382588beb1aa0d14488526cced92c.tar.gz
ptxdist-1b843e709e9382588beb1aa0d14488526cced92c.tar.xz
unzip: version bump 5.52 -> 6.00
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210524183500.32170-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/unzip.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/unzip.make b/rules/unzip.make
index 0967fa1a4..2d565045b 100644
--- a/rules/unzip.make
+++ b/rules/unzip.make
@@ -15,16 +15,16 @@ PACKAGES-$(PTXCONF_UNZIP) += unzip
# Paths and names
# (unzip is packaged a bit unusual way, that's why two version variables exist)
#
-UNZIP_VERSION := 5.52
-UNZIP_MD5 := 9d23919999d6eac9217d1f41472034a9
-UNZIP_AVERSION := 552
+UNZIP_VERSION := 6.00
+UNZIP_MD5 := 62b490407489521db863b523a7f86375
+UNZIP_AVERSION := 60
UNZIP_ARCHIVE := unzip$(UNZIP_AVERSION).tar.gz
UNZIP := unzip-$(UNZIP_VERSION)
UNZIP_URL := $(call ptx/mirror, SF, infozip/$(UNZIP_ARCHIVE))
UNZIP_SOURCE := $(SRCDIR)/$(UNZIP_ARCHIVE)
UNZIP_DIR := $(BUILDDIR)/$(UNZIP)
UNZIP_LICENSE := Info-ZIP
-UNZIP_LICENSE_FILES := file://LICENSE;md5=28dcc51d0d279f531e4be676efb0071f
+UNZIP_LICENSE_FILES := file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29
# ----------------------------------------------------------------------------
# Compile