* [Buildroot] [PATCH] package/catch2: v3.8.1
@ 2025-05-16 11:24 Michael Nosthoff via buildroot
2025-05-16 19:53 ` Peter Korsgaard
2025-05-31 16:53 ` Arnout Vandecappelle via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Michael Nosthoff via buildroot @ 2025-05-16 11:24 UTC (permalink / raw)
To: buildroot
- Fixed bug where catch_discover_tests fails when no TEST_CASEs are present
release notes: https://github.com/catchorg/Catch2/releases/tag/v3.8.1
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(-)
diff --git a/package/catch2/catch2.hash b/package/catch2/catch2.hash
index 3b203285bf..30ff1f43b3 100644
--- a/package/catch2/catch2.hash
+++ b/package/catch2/catch2.hash
@@ -1,3 +1,3 @@
# Locally computed:
-sha256 1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087 catch2-3.8.0.tar.gz
+sha256 18b3f70ac80fccc340d8c6ff0f339b2ae64944782f8d2fca2bd705cf47cadb79 catch2-3.8.1.tar.gz
sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566 LICENSE.txt
diff --git a/package/catch2/catch2.mk b/package/catch2/catch2.mk
index 5d46fb3ffd..00d6e5bfdc 100644
--- a/package/catch2/catch2.mk
+++ b/package/catch2/catch2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CATCH2_VERSION = 3.8.0
+CATCH2_VERSION = 3.8.1
CATCH2_SITE = $(call github,catchorg,Catch2,v$(CATCH2_VERSION))
CATCH2_INSTALL_STAGING = YES
CATCH2_INSTALL_TARGET = NO
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/catch2: v3.8.1
2025-05-16 11:24 [Buildroot] [PATCH] package/catch2: v3.8.1 Michael Nosthoff via buildroot
@ 2025-05-16 19:53 ` Peter Korsgaard
2025-05-31 16:53 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2025-05-16 19:53 UTC (permalink / raw)
To: Michael Nosthoff via buildroot
>>>>> "Michael" == Michael Nosthoff via buildroot <buildroot@buildroot.org> writes:
> - Fixed bug where catch_discover_tests fails when no TEST_CASEs are present
> release notes: https://github.com/catchorg/Catch2/releases/tag/v3.8.1
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
NIT: Summary should be 'package/catch2: bump version to 3.8.1'.
Committed with that fixed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/catch2: v3.8.1
2025-05-16 11:24 [Buildroot] [PATCH] package/catch2: v3.8.1 Michael Nosthoff via buildroot
2025-05-16 19:53 ` Peter Korsgaard
@ 2025-05-31 16:53 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2025-05-31 16:53 UTC (permalink / raw)
To: Michael Nosthoff, buildroot
On 16/05/2025 13:24, Michael Nosthoff via buildroot wrote:
> - Fixed bug where catch_discover_tests fails when no TEST_CASEs are present
>
> release notes: https://github.com/catchorg/Catch2/releases/tag/v3.8.1
>
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Applied to 2025.02.x, thanks.
Regards,
Arnout
> ---
> package/catch2/catch2.hash | 2 +-
> package/catch2/catch2.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/catch2/catch2.hash b/package/catch2/catch2.hash
> index 3b203285bf..30ff1f43b3 100644
> --- a/package/catch2/catch2.hash
> +++ b/package/catch2/catch2.hash
> @@ -1,3 +1,3 @@
> # Locally computed:
> -sha256 1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087 catch2-3.8.0.tar.gz
> +sha256 18b3f70ac80fccc340d8c6ff0f339b2ae64944782f8d2fca2bd705cf47cadb79 catch2-3.8.1.tar.gz
> sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566 LICENSE.txt
> diff --git a/package/catch2/catch2.mk b/package/catch2/catch2.mk
> index 5d46fb3ffd..00d6e5bfdc 100644
> --- a/package/catch2/catch2.mk
> +++ b/package/catch2/catch2.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -CATCH2_VERSION = 3.8.0
> +CATCH2_VERSION = 3.8.1
> CATCH2_SITE = $(call github,catchorg,Catch2,v$(CATCH2_VERSION))
> CATCH2_INSTALL_STAGING = YES
> CATCH2_INSTALL_TARGET = NO
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-31 16:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 11:24 [Buildroot] [PATCH] package/catch2: v3.8.1 Michael Nosthoff via buildroot
2025-05-16 19:53 ` Peter Korsgaard
2025-05-31 16:53 ` Arnout Vandecappelle via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).