From 411c6f4b4b65b5ddaaa4f1ba6a9a80f0382cacb8 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Oct 2022 10:56:47 +0200 Subject: [PATCH] chore: update catch --- meson.build | 1 + subprojects/catch2.wrap | 17 +++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/meson.build b/meson.build index 05a32f4..3c443a2 100644 --- a/meson.build +++ b/meson.build @@ -428,6 +428,7 @@ endif catch2 = dependency( 'catch2', + version: '>=3.0.0' fallback: ['catch2', 'catch2_dep'], required: get_option('tests'), ) diff --git a/subprojects/catch2.wrap b/subprojects/catch2.wrap index c82b310..ea61b94 100644 --- a/subprojects/catch2.wrap +++ b/subprojects/catch2.wrap @@ -1,12 +1,13 @@ [wrap-file] -directory = Catch2-2.13.7 -source_url = https://github.com/catchorg/Catch2/archive/v2.13.7.zip -source_filename = Catch2-2.13.7.zip -source_hash = 3f3ccd90ad3a8fbb1beeb15e6db440ccdcbebe378dfd125d07a1f9a587a927e9 -patch_filename = catch2_2.13.7-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/catch2_2.13.7-1/get_patch -patch_hash = 2f7369645d747e5bd866317ac1dd4c3d04dc97d3aad4fc6b864bdf75d3b57158 +directory = Catch2-3.1.0 +source_url = https://github.com/catchorg/Catch2/archive/v3.1.0.tar.gz +source_filename = Catch2-3.1.0.tar.gz +source_hash = c252b2d9537e18046d8b82535069d2567f77043f8e644acf9a9fffc22ea6e6f7 +patch_filename = catch2_3.1.0-1_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/catch2_3.1.0-1/get_patch +patch_hash = 4ebf4277aed574a9912a79f4817a310d837798e099bbafa6097be23a7f5e3ae4 +wrapdb_version = 3.1.0-1 [provide] catch2 = catch2_dep - +catch2-with-main = catch2_with_main_dep