diff mbox series

[1/1] package/inih: bump to version 55

Message ID 20220630221517.801556-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/inih: bump to version 55 | expand

Commit Message

Fabrice Fontaine June 30, 2022, 10:15 p.m. UTC
https://github.com/benhoyt/inih/releases/tag/r54
https://github.com/benhoyt/inih/releases/tag/r55

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/inih/inih.hash | 2 +-
 package/inih/inih.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni July 6, 2022, 9:15 p.m. UTC | #1
On Fri,  1 Jul 2022 00:15:17 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> https://github.com/benhoyt/inih/releases/tag/r54
> https://github.com/benhoyt/inih/releases/tag/r55
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/inih/inih.hash | 2 +-
>  package/inih/inih.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/inih/inih.hash b/package/inih/inih.hash
index 21234e156d..af921b294d 100644
--- a/package/inih/inih.hash
+++ b/package/inih/inih.hash
@@ -1,3 +1,3 @@ 
 # Locally computed
-sha256  01b0366fdfdf6363efc070c2f856f1afa33e7a6546548bada5456ad94a516241  inih-53.tar.gz
+sha256  ba55f8ae2a8caf0653f30f48567241e14ea916acfc13481f502d8a9c8f507f68  inih-55.tar.gz
 sha256  9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f  LICENSE.txt
diff --git a/package/inih/inih.mk b/package/inih/inih.mk
index dec9465121..7f36175576 100644
--- a/package/inih/inih.mk
+++ b/package/inih/inih.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-INIH_VERSION = 53
+INIH_VERSION = 55
 INIH_SITE = $(call github,benhoyt,inih,r$(INIH_VERSION))
 INIH_INSTALL_STAGING = YES
 INIH_LICENSE = BSD-3-Clause