From 7783c81861da9d15ba3d232cf95c2e7393d7b85e Mon Sep 17 00:00:00 2001 From: Viktar Lukashonak Date: Thu, 4 Jan 2024 17:22:27 +0300 Subject: [PATCH] Catch2 bump Signed-off-by: Viktar Lukashonak --- meson.build | 2 +- subprojects/catch2.wrap | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meson.build b/meson.build index df245a28..c4f40205 100644 --- a/meson.build +++ b/meson.build @@ -535,7 +535,7 @@ endif catch2 = dependency( 'catch2', - version: '>=2.0.0', + version: '>=3.5.1', fallback: ['catch2', 'catch2_dep'], required: get_option('tests'), ) diff --git a/subprojects/catch2.wrap b/subprojects/catch2.wrap index 691d39c8..f2dfd57c 100644 --- a/subprojects/catch2.wrap +++ b/subprojects/catch2.wrap @@ -1,10 +1,10 @@ [wrap-file] -directory = Catch2-3.4.0 -source_url = https://github.com/catchorg/Catch2/archive/v3.4.0.tar.gz -source_filename = Catch2-3.4.0.tar.gz -source_hash = 122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/catch2_3.4.0-1/Catch2-3.4.0.tar.gz -wrapdb_version = 3.4.0-1 +directory = Catch2-3.5.1 +source_url = https://github.com/catchorg/Catch2/archive/v3.5.1.tar.gz +source_filename = Catch2-3.5.1.tar.gz +source_hash = 49c3ca7a68f1c8ec71307736bc6ed14fec21631707e1be9af45daf4037e75a08 +# source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/catch2_3.4.0-1/Catch2-3.4.0.tar.gz +# wrapdb_version = 3.4.0-1 [provide] catch2 = catch2_dep