diff mbox series

package/catch2: bump to version 3.5.0

Message ID 20231228094727.27357-1-buildroot@heine.tech
State Accepted
Headers show
Series package/catch2: bump to version 3.5.0 | expand

Commit Message

Michael Nosthoff Dec. 28, 2023, 9:47 a.m. UTC
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
 package/catch2/catch2.hash | 2 +-
 package/catch2/catch2.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Dec. 30, 2023, 6:01 p.m. UTC | #1
On Thu, 28 Dec 2023 10:47:24 +0100
Michael Nosthoff via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
> ---
>  package/catch2/catch2.hash | 2 +-
>  package/catch2/catch2.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/catch2/catch2.hash b/package/catch2/catch2.hash
index 88a6a06df2..d118feadf8 100644
--- a/package/catch2/catch2.hash
+++ b/package/catch2/catch2.hash
@@ -1,3 +1,3 @@ 
 # Locally computed:
-sha256  122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb  catch2-3.4.0.tar.gz
+sha256  f6d4f8d78a9b59ec72a81d49f58d18eb317372ac07f8d9432710a079e69fd66a  catch2-3.5.0.tar.gz
 sha256  c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566  LICENSE.txt
diff --git a/package/catch2/catch2.mk b/package/catch2/catch2.mk
index 580ddca5da..49ac5fff2d 100644
--- a/package/catch2/catch2.mk
+++ b/package/catch2/catch2.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-CATCH2_VERSION = 3.4.0
+CATCH2_VERSION = 3.5.0
 CATCH2_SITE = $(call github,catchorg,Catch2,v$(CATCH2_VERSION))
 CATCH2_INSTALL_STAGING = YES
 CATCH2_INSTALL_TARGET = NO