From bfdb3b5cd2df11788e01ac348fd7e8fc14b4589d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 16 Sep 2025 21:50:06 +0800 Subject: [PATCH] inih: Update to r62 Release note: https://github.com/benhoyt/inih/releases/tag/r62 Signed-off-by: Tianling Shen --- libs/inih/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/inih/Makefile b/libs/inih/Makefile index 533a69428b..660eb6df17 100644 --- a/libs/inih/Makefile +++ b/libs/inih/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=inih -PKG_VERSION:=61 +PKG_VERSION:=62 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/benhoyt/inih +PKG_SOURCE_URL:=https://github.com/benhoyt/inih.git PKG_SOURCE_VERSION:=r$(PKG_VERSION) -PKG_MIRROR_HASH:=37dadf0ba9177b88c7c721d47bfa3be69297a05a7d8b0b5e743161e3df5a4789 +PKG_MIRROR_HASH:=aef911f559895464c9da12b68344a58141af1997eb2c9cc9df4e9b25853e7dab PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=BSD-3-Clause -- 2.30.2