summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2020-05-05 10:28:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-08 10:54:22 +0200
commit9633ce1284fdc6f87dfc3ee2e1393780b4d86070 (patch)
treeeb4125e19630a04366db9953fe83e7b77af9cf17
parent1378738a71d95d42e7b662daf0fda3460221e9f2 (diff)
downloadptxdist-9633ce1284fdc6f87dfc3ee2e1393780b4d86070.tar.gz
ptxdist-9633ce1284fdc6f87dfc3ee2e1393780b4d86070.tar.xz
json-c: Revert URL to upstream provided tarballs
With 815c24d3b783 ("json-c: version bump 0.12 -> 0.12.1") URL was changed, because back then it seemed upstream moved the project to GitHub and would not provide tarballs anymore. They did again later, however. There are checksums of old releases at https://github.com/json-c/json-c/wiki and all release tarballs are available from the old/new URL. This avoids the archives built by GitHub from source. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20200505082812.22335-2-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/json-c.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/json-c.make b/rules/json-c.make
index d4b4fc468..f6df25dba 100644
--- a/rules/json-c.make
+++ b/rules/json-c.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_JSON_C) += json-c
#
# Paths and names
#
-JSON_C_VERSION := 0.13.1-20180305
-JSON_C_MD5 := 20dba7bf773599a0842745a2fe5b7cd3
+JSON_C_VERSION := 0.13.1
+JSON_C_MD5 := 04969ad59cc37bddd83741a08b98f350
JSON_C := json-c-$(JSON_C_VERSION)
JSON_C_SUFFIX := tar.gz
-JSON_C_URL := https://github.com/json-c/json-c/archive/$(JSON_C).$(JSON_C_SUFFIX)
+JSON_C_URL := https://s3.amazonaws.com/json-c_releases/releases/$(JSON_C).$(JSON_C_SUFFIX)
JSON_C_SOURCE := $(SRCDIR)/$(JSON_C).$(JSON_C_SUFFIX)
JSON_C_DIR := $(BUILDDIR)/$(JSON_C)
JSON_C_LICENSE := MIT