package/gtest: bump to version 1.18.0

changelog:
https://github.com/google/googletest/releases/tag/v1.18.0

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Michael Nosthoff
2026-09-04 13:23:09 +02:00
committed by Thomas Petazzoni
parent a7652a2f48
commit 7209f55cd2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Locally computed:
sha256 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c gtest-1.17.0.tar.gz
sha256 6e3191c1455468b3fc35a417fb565c1c5071aee1b7e7f85e30cf48a98d37d8b5 gtest-1.18.0.tar.gz
sha256 9702de7e4117a8e2b20dafab11ffda58c198aede066406496bef670d40a22138 LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
GTEST_VERSION = 1.17.0
GTEST_VERSION = 1.18.0
GTEST_SITE = $(call github,google,googletest,v$(GTEST_VERSION))
GTEST_INSTALL_STAGING = YES
GTEST_INSTALL_TARGET = NO