From 9e3887d8d48b196eb0804c71d074e73c39b5a1c6 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 6 Apr 2025 14:06:46 +0800 Subject: [PATCH] inih: Update to r59 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 21466194f3..760d60ca34 100644 --- a/libs/inih/Makefile +++ b/libs/inih/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=inih -PKG_VERSION:=58 +PKG_VERSION:=59 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/benhoyt/inih PKG_SOURCE_VERSION:=r$(PKG_VERSION) -PKG_MIRROR_HASH:=3dcf4cfd05e5cb0228a19896635fac40d7752c4eac05578c6aaf696d387eaeb7 +PKG_MIRROR_HASH:=140cd33c0f3cb0e86b3d4b9dd82c8695c47444aebeae4fcbd9b8ba4ba0063714 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=BSD-3-Clause