Catch2 bump

Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
This commit is contained in:
Viktar Lukashonak 2024-01-04 17:22:27 +03:00
parent 3e55d0d7f2
commit 7783c81861
No known key found for this signature in database
GPG Key ID: 08A413AA87200A6F
2 changed files with 7 additions and 7 deletions

View File

@ -535,7 +535,7 @@ endif
catch2 = dependency(
'catch2',
version: '>=2.0.0',
version: '>=3.5.1',
fallback: ['catch2', 'catch2_dep'],
required: get_option('tests'),
)

View File

@ -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