From 5160d3652cb482d25360f39d0663d727183d5dbd Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Mon, 16 Sep 2019 10:24:53 +0200 Subject: json-c: version bump 0.13 -> 0.13.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Esser Signed-off-by: Michael Olbrich --- rules/json-c.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/json-c.make b/rules/json-c.make index 53dc5257a..d4b4fc468 100644 --- a/rules/json-c.make +++ b/rules/json-c.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JSON_C) += json-c # # Paths and names # -JSON_C_VERSION := 0.13-20171207 -JSON_C_MD5 := 0cd2cca9bd869eacf3595ad3484135be +JSON_C_VERSION := 0.13.1-20180305 +JSON_C_MD5 := 20dba7bf773599a0842745a2fe5b7cd3 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) -- cgit v1.2.3