Skip to content

Commit

Permalink
Update to 2.11.3 (#8)
Browse files Browse the repository at this point in the history
* Update to 2.11.1 (#7)

* Update wrap for version 2.9.0.

* Update wrap for version 2.11.1.

* Update to 2.11.3

Co-authored-by: TheAifam5 <[email protected]>
Co-authored-by: Aqua-sama <[email protected]>
  • Loading branch information
3 people authored Mar 30, 2020
1 parent f168cd3 commit 77e0365
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
project('catch2',
'cpp',
version : '2.11.3',
license : 'Boost'
)

catch2_dep = declare_dependency(
include_directories : include_directories('single_include')
)
6 changes: 6 additions & 0 deletions upstream.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-file]
directory = Catch2-2.11.3

source_url = https://github.com/catchorg/Catch2/archive/v2.11.3.zip
source_filename = Catch2-2.11.3.zip
source_hash = c5a0a7510379c6f37f70b329986a335a7b8489d67ac417ce8f4262d0cae4cc5d

0 comments on commit 77e0365

Please sign in to comment.