diff options
| author | Twice <i@twice.moe> | 2021-01-16 07:20:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 15:20:45 -0800 |
| commit | 6df7d6612bf7c1ee983748dfe53196e8c983ff78 (patch) | |
| tree | 52d968235e7f34405318974c47dff07fc3ead026 /ports/gtest/CONTROL | |
| parent | d9351c9c3f1e17593c5fe078218c5d07cf746922 (diff) | |
| download | vcpkg-6df7d6612bf7c1ee983748dfe53196e8c983ff78.tar.gz vcpkg-6df7d6612bf7c1ee983748dfe53196e8c983ff78.zip | |
[gtest] Add a patch to fix build error in GCC 11 (#15661)
* [gtest] Add a patch to fix build error in GCC 11
* [gtest] Bump port version to 3
* [gtest] Update version files
Diffstat (limited to 'ports/gtest/CONTROL')
| -rw-r--r-- | ports/gtest/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gtest/CONTROL b/ports/gtest/CONTROL index 724569341..c483eda23 100644 --- a/ports/gtest/CONTROL +++ b/ports/gtest/CONTROL @@ -1,5 +1,5 @@ Source: gtest Version: 1.10.0 -Port-Version: 2 +Port-Version: 3 Homepage: https://github.com/google/googletest Description: GoogleTest and GoogleMock testing frameworks. |
