Revert "main/gtest: upgrade to 1.11.0"

This reverts commit 13dbcaefc4ebd63d097e9b353db78738341de41f.
This commit is contained in:
Francesco Colista 2022-02-26 14:24:40 +00:00
parent c9d609c265
commit b099af7cf2

View File

@ -1,7 +1,8 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gtest
pkgver=1.11.0
pkgver=1.11.0_git20220205
pkgrel=0
_githash="14aa11db02d9851d957f93ef9fddb110c1aafdc6"
pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit)"
url="https://github.com/google/googletest"
arch="all"
@ -11,7 +12,7 @@ makedepends="$depends_dev python3-dev samurai"
subpackages="$pkgname-dev gmock"
source="$pkgname-$pkgver.tar.gz::https://github.com/google/googletest/archive/$_githash.tar.gz"
builddir="$srcdir/googletest-release-$pkgver"
builddir="$srcdir/googletest-$_githash"
build() {
cmake -B build -G Ninja \
@ -42,5 +43,5 @@ gmock() {
}
sha512sums="
6fcc7827e4c4d95e3ae643dd65e6c4fc0e3d04e1778b84f6e06e390410fe3d18026c131d828d949d2f20dde6327d30ecee24dcd3ef919e21c91e010d149f3a28 gtest-1.11.0.tar.gz
d0b0c60c051fb2a42dfd94a9053b76b22f8481305d0953f0d357c83d945c3868a8134a8fb490a90bd177744ea490ce4d4e8f8e58896c22e145f64b2b197c11c9 gtest-1.11.0_git20220205.tar.gz
"