summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-09-04 11:45:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-04 11:45:13 +0200
commit9de40447148ea262b05a7433197ae831e3a4e01a (patch)
treec81bffe13292728d0aefb95e79e9320a2662d26a
parent357812615d100b5be2ce9d64d98865be166340d3 (diff)
downloadptxdist-9de40447148ea262b05a7433197ae831e3a4e01a.tar.gz
ptxdist-9de40447148ea262b05a7433197ae831e3a4e01a.tar.xz
unzip: fix URL
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/unzip.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/unzip.make b/rules/unzip.make
index dc1dc7d5d..b1f6f8797 100644
--- a/rules/unzip.make
+++ b/rules/unzip.make
@@ -20,9 +20,9 @@ PACKAGES-$(PTXCONF_UNZIP) += unzip
UNZIP_VERSION := 5.52
UNZIP_MD5 := 9d23919999d6eac9217d1f41472034a9
UNZIP_AVERSION := 552
-UNZIP_ARCHIVE := unzip$(UNZIP_AVERSION).tgz
+UNZIP_ARCHIVE := unzip$(UNZIP_AVERSION).tar.gz
UNZIP := unzip-$(UNZIP_VERSION)
-UNZIP_URL := http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/$(UNZIP_ARCHIVE)
+UNZIP_URL := $(call ptx/mirror, SF, infozip/$(UNZIP_ARCHIVE))
UNZIP_SOURCE := $(SRCDIR)/$(UNZIP_ARCHIVE)
UNZIP_DIR := $(BUILDDIR)/$(UNZIP)