[gtest] fix builds when using --head (#16071)

* [gtest] fix builds when using --head

* Update port version

* Update hash
This commit is contained in:
Charles Milette 2021-02-08 17:08:25 -05:00 committed by GitHub
parent 7a438171d6
commit c177da97bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: gtest
Version: 1.10.0
Port-Version: 3
Port-Version: 4
Homepage: https://github.com/google/googletest
Description: GoogleTest and GoogleMock testing frameworks.

View File

@ -76,4 +76,4 @@ endif()
vcpkg_copy_pdbs()
file(INSTALL ${SOURCE_PATH}/googletest/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -2310,7 +2310,7 @@
},
"gtest": {
"baseline": "1.10.0",
"port-version": 3
"port-version": 4
},
"gtk": {
"baseline": "3.22.19-4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9f4e8f94a3fe61d4abcc1929129b2e21ad6cc066",
"version-string": "1.10.0",
"port-version": 4
},
{
"git-tree": "e94f8c09a8fa6ed7fc618734d412878d83069bfb",
"version-string": "1.10.0",