Skip to content

Commit

Permalink
mk: upgrade to gtest 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jun 6, 2023
1 parent a4a9674 commit 9bd24f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -5,7 +5,7 @@ project('NDNph', 'cpp',
'cpp_eh=none',
'cpp_rtti=false'
],
meson_version: '>=1.0.0'
meson_version: '>=1.1.1'
)

subdir('src')
Expand Down
15 changes: 8 additions & 7 deletions subprojects/gtest.wrap
@@ -1,11 +1,12 @@
[wrap-file]
directory = googletest-release-1.11.0
source_url = https://github.com/google/googletest/archive/release-1.11.0.tar.gz
source_filename = gtest-1.11.0.tar.gz
source_hash = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
patch_filename = gtest_1.11.0-2_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.11.0-2/get_patch
patch_hash = 764530d812ac161c9eab02a8cfaec67c871fcfc5548e29fd3d488070913d4e94
directory = googletest-release-1.12.1
source_url = https://github.com/google/googletest/archive/release-1.12.1.tar.gz
source_filename = gtest-1.12.1.tar.gz
source_hash = 81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2
patch_filename = gtest_1.12.1-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.12.1-1/get_patch
patch_hash = 75143f11e174952bc768699fde3176511fe8e33b25dc6f6347d89e41648e99cf
wrapdb_version = 1.12.1-1

[provide]
gtest = gtest_dep
Expand Down

0 comments on commit 9bd24f7

Please sign in to comment.