From c6c7a1588b9195d33d4802af18187f9c754c6f95 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 2 Mar 2019 17:01:53 +0100 Subject: yajl: fix URL The content of the tarball is the same but the toplevel directory is different, so a new md5 is needed. Keep the old one for existing tarballs. Signed-off-by: Michael Olbrich --- rules/yajl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/yajl.make b/rules/yajl.make index ec7f5d303..e5141219c 100644 --- a/rules/yajl.make +++ b/rules/yajl.make @@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_YAJL) += yajl # Paths and names # YAJL_VERSION := 2.1.0 -YAJL_MD5 := 8df8a92a2799bc949577e8e7a9f43670 +YAJL_MD5 := 8df8a92a2799bc949577e8e7a9f43670 6887e0ed7479d2549761a4d284d3ecb0 YAJL := yajl-$(YAJL_VERSION) YAJL_SUFFIX := tar.gz -YAJL_URL := https://github.com/lloyd/yajl/archive/$(YAJL).$(YAJL_SUFFIX) +YAJL_URL := https://github.com/lloyd/yajl/archive/$(YAJL_VERSION).$(YAJL_SUFFIX) YAJL_SOURCE := $(SRCDIR)/$(YAJL).$(YAJL_SUFFIX) YAJL_DIR := $(BUILDDIR)/$(YAJL) YAJL_LICENSE := ISC -- cgit v1.2.3