diff options
author | Karl Palsson <karlp@etactica.com> | 2022-09-23 12:01:25 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2022-09-26 09:38:00 +0000 |
commit | 75df9b7a4a343963040ad0195ee0126feebdfdd2 (patch) | |
tree | e836f56c2deaf827505e01887bff1c8189b28f28 /libs/cjson | |
parent | 346de940af9dfc39facfff5ffbc1efba11e1ba6e (diff) |
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 <karlp@etactica.com>
Diffstat (limited to 'libs/cjson')
-rw-r--r-- | libs/cjson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/cjson/Makefile b/libs/cjson/Makefile index 1bd9b80b3..1f893d108 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 <karlp@etactica.com> PKG_LICENSE:=MIT |