From f6f3f4c5fdfb6fccd1520f63f9d281b971cb78ad Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 29 Jul 2025 17:45:25 +0800 Subject: [PATCH] inih: Update to r61 Release note: https://github.com/benhoyt/inih/releases/tag/r61 Signed-off-by: Tianling Shen --- libs/inih/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/inih/Makefile b/libs/inih/Makefile index 760d60ca34..533a69428b 100644 --- a/libs/inih/Makefile +++ b/libs/inih/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=inih -PKG_VERSION:=59 +PKG_VERSION:=61 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/benhoyt/inih PKG_SOURCE_VERSION:=r$(PKG_VERSION) -PKG_MIRROR_HASH:=140cd33c0f3cb0e86b3d4b9dd82c8695c47444aebeae4fcbd9b8ba4ba0063714 +PKG_MIRROR_HASH:=37dadf0ba9177b88c7c721d47bfa3be69297a05a7d8b0b5e743161e3df5a4789 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=BSD-3-Clause