From: Chris Swan Date: Wed, 10 Sep 2025 10:07:38 +0000 (+0100) Subject: cjson: update to 1.7.19 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=22aa9e52ff2327a92005d63abe1a4d37fdb121d4;p=openwrt-packages.git cjson: update to 1.7.19 This is a bugfix release Full release notes available at: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.19 Signed-off-by: Chris Swan --- diff --git a/libs/cjson/Makefile b/libs/cjson/Makefile index f8ccc12cf..cc97f9d07 100644 --- a/libs/cjson/Makefile +++ b/libs/cjson/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cJSON -PKG_VERSION:=1.7.18 +PKG_VERSION:=1.7.19 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/DaveGamble/cJSON/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=3aa806844a03442c00769b83e99970be70fbef03735ff898f4811dd03b9f5ee5 +PKG_HASH:=7fa616e3046edfa7a28a32d5f9eacfd23f92900fe1f8ccd988c1662f30454562 PKG_MAINTAINER:=Karl Palsson PKG_LICENSE:=MIT