mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gtest: update to 1.11.0..
This commit is contained in:
parent
f3a233414e
commit
f6934c1c55
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.10.0
|
version=1.11.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="googletest-release-${version}"
|
wrksrc="googletest-release-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -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>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/google/googletest/archive/release-${version}.tar.gz"
|
||||||
checksum=9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb
|
checksum=b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue