mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gtest: update to 1.16.0.
This commit is contained in:
parent
bfe05308a9
commit
2ec0d03c85
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtest'
|
# Template file for 'gtest'
|
||||||
pkgname=gtest
|
pkgname=gtest
|
||||||
version=1.12.1
|
version=1.16.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_cmd=make # using make to avoid a cycle: ninja -> gtest -> ninja
|
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 <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/googletest"
|
homepage="https://github.com/google/googletest"
|
||||||
distfiles="https://github.com/google/googletest/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/google/googletest/archive/v${version}.tar.gz"
|
||||||
checksum=81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2
|
checksum=78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399
|
||||||
|
|
||||||
export CMAKE_GENERATOR="Unix Makefiles"
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue