package/gtest: bump to version 1.12

https://github.com/google/googletest/releases/tag/release-1.12.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2022-06-29 21:17:56 +02:00 committed by Peter Korsgaard
parent bf46a455bf
commit a336b731af
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Locally computed:
sha256 b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5 gtest-1.11.0.tar.gz
sha256 2a4f11dce6188b256f3650061525d0fe352069e5c162452818efbbf8d0b5fe1c gtest-1.12.0.tar.gz
sha256 9702de7e4117a8e2b20dafab11ffda58c198aede066406496bef670d40a22138 LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
GTEST_VERSION = 1.11.0
GTEST_VERSION = 1.12.0
GTEST_SITE = $(call github,google,googletest,release-$(GTEST_VERSION))
GTEST_INSTALL_STAGING = YES
GTEST_INSTALL_TARGET = NO