diff --git a/srcpkgs/gtest/template b/srcpkgs/gtest/template index b85c58f93f9..53bb9fb48b1 100644 --- a/srcpkgs/gtest/template +++ b/srcpkgs/gtest/template @@ -1,6 +1,6 @@ # Template file for 'gtest' pkgname=gtest -version=1.12.1 +version=1.16.0 revision=1 build_style=cmake make_cmd=make # using make to avoid a cycle: ninja -> gtest -> ninja @@ -10,8 +10,8 @@ short_desc="Google's framework for writing C++ tests" maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://github.com/google/googletest" -distfiles="https://github.com/google/googletest/archive/release-${version}.tar.gz" -checksum=81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2 +distfiles="https://github.com/google/googletest/archive/v${version}.tar.gz" +checksum=78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399 export CMAKE_GENERATOR="Unix Makefiles"