Skip to content

Commit

Permalink
Merge pull request #2803 from LukashonakV/catch_bump
Browse files Browse the repository at this point in the history
Catch2 bump
  • Loading branch information
Alexays authored Jan 4, 2024
2 parents 3e55d0d + 7783c81 commit 4636309
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ endif

catch2 = dependency(
'catch2',
version: '>=2.0.0',
version: '>=3.5.1',
fallback: ['catch2', 'catch2_dep'],
required: get_option('tests'),
)
Expand Down
12 changes: 6 additions & 6 deletions subprojects/catch2.wrap
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4636309

Please sign in to comment.