[openwrt/openwrt] jansson: update to 2.14.1

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 23 14:55:42 PST 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/86003e0b79ae7874256936b845f3cf2137c36041

commit 86003e0b79ae7874256936b845f3cf2137c36041
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Nov 23 12:15:26 2025 +0100

    jansson: update to 2.14.1
    
    Release Notes:
    https://github.com/akheron/jansson/releases/tag/v2.14.1
    
    Link: https://github.com/openwrt/openwrt/pull/20901
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/jansson/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/jansson/Makefile b/package/libs/jansson/Makefile
index e2b5206acb..fb1c46907b 100644
--- a/package/libs/jansson/Makefile
+++ b/package/libs/jansson/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=jansson
-PKG_VERSION:=2.14
-PKG_RELEASE:=3
+PKG_VERSION:=2.14.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/akheron/$(PKG_NAME)/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=c739578bf6b764aa0752db9a2fdadcfe921c78f1228c7ec0bb47fa804c55d17b
+PKG_HASH:=979210eaffdffbcf54cfc34d047fccde13f21b529a381df26db871d886f729a4
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE




More information about the lede-commits mailing list