From: Karl Palsson Date: Fri, 23 Sep 2022 12:01:25 +0000 (+0000) Subject: libs/cjson: bump to 1.7.15 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8df44cb6ef91e40f437ea58daf49003f2b4b863d;p=feed%2Fpackages.git libs/cjson: bump to 1.7.15 This is a bugfix release. Full release notes available at: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.15 Signed-off-by: Karl Palsson --- diff --git a/libs/cjson/Makefile b/libs/cjson/Makefile index 1bd9b80b32..1f893d108e 100644 --- a/libs/cjson/Makefile +++ b/libs/cjson/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cJSON -PKG_VERSION:=1.7.14 +PKG_VERSION:=1.7.15 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/DaveGamble/cJSON/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=fb50a663eefdc76bafa80c82bc045af13b1363e8f45cec8b442007aef6a41343 +PKG_HASH:=5308fd4bd90cef7aa060558514de6a1a4a0819974a26e6ed13973c5f624c24b2 PKG_MAINTAINER:=Karl Palsson PKG_LICENSE:=MIT