gtest: update to 1.17.0.

This commit is contained in:
Roger Freitas Pereira 2025-05-27 01:09:43 -03:00 committed by Duncan Overbruck
parent 8fdbe68a2e
commit 5c0f484762

View file

@ -1,6 +1,6 @@
# Template file for 'gtest'
pkgname=gtest
version=1.16.0
version=1.17.0
revision=1
build_style=cmake
make_cmd=make # using make to avoid a cycle: ninja -> gtest -> ninja
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/google/googletest"
distfiles="https://github.com/google/googletest/archive/v${version}.tar.gz"
checksum=78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399
checksum=65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c
export CMAKE_GENERATOR="Unix Makefiles"