diff mbox series

package/catch2: bump to version 3.5.3

Message ID 20240403102412.75886-1-buildroot@heine.tech
State Changes Requested
Headers show
Series package/catch2: bump to version 3.5.3 | expand

Commit Message

Michael Nosthoff April 3, 2024, 10:24 a.m. UTC
---
 package/catch2/catch2.hash | 2 +-
 package/catch2/catch2.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni April 8, 2024, 8:38 p.m. UTC | #1
On Wed,  3 Apr 2024 12:24:11 +0200
Michael Nosthoff via buildroot <buildroot@buildroot.org> wrote:

> ---
>  package/catch2/catch2.hash | 2 +-
>  package/catch2/catch2.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks a lot, but we need your patches to have a Signed-off-by line to
be applicable. Could you resend an updated version?

Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/catch2/catch2.hash b/package/catch2/catch2.hash
index 5136785513..eae25c4a61 100644
--- a/package/catch2/catch2.hash
+++ b/package/catch2/catch2.hash
@@ -1,3 +1,3 @@ 
 # Locally computed:
-sha256  269543a49eb76f40b3f93ff231d4c24c27a7e16c90e47d2e45bcc564de470c6e  catch2-3.5.2.tar.gz
+sha256  8d723b0535c94860ef8cf6231580fa47d67a3416757ecb10639e40d748ab6c71  catch2-3.5.3.tar.gz
 sha256  c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566  LICENSE.txt
diff --git a/package/catch2/catch2.mk b/package/catch2/catch2.mk
index ee0940642f..720173fc4b 100644
--- a/package/catch2/catch2.mk
+++ b/package/catch2/catch2.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-CATCH2_VERSION = 3.5.2
+CATCH2_VERSION = 3.5.3
 CATCH2_SITE = $(call github,catchorg,Catch2,v$(CATCH2_VERSION))
 CATCH2_INSTALL_STAGING = YES
 CATCH2_INSTALL_TARGET = NO