aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-07-14 14:13:28 +0800
committerTianling Shen <cnsztl@immortalwrt.org>2023-07-14 14:13:28 +0800
commit195053fba4fe8a910fb19317fb0af7fb6620fa0f (patch)
tree20fcd0c7d501ea39ccfef946382c2e9875872926
parent97ec5d2a6855180295c024782aad50da8081504f (diff)
inih: Update to r57
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-rw-r--r--libs/inih/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/inih/Makefile b/libs/inih/Makefile
index c499b22ac..e008447d8 100644
--- a/libs/inih/Makefile
+++ b/libs/inih/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=inih
-PKG_VERSION:=r56
+PKG_VERSION:=r57
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/benhoyt/inih/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=4f2ba6bd122d30281a8c7a4d5723b7af90b56aa828c0e88256d7fceda03a491a
+PKG_HASH:=f03f98ca35c3adb56b2358573c8d3eda319ccd5287243d691e724b7eafa970b3
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
PKG_LICENSE:=BSD-3-Clause