From 86003e0b79ae7874256936b845f3cf2137c36041 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sun, 23 Nov 2025 12:15:26 +0100 Subject: [PATCH] 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 --- 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 -- 2.30.2