googletest: use URLs with .tar.gz extension (#31129)

This commit is contained in:
Wileam Y. Phan 2022-06-15 14:21:44 -04:00 committed by GitHub
parent b261b2a5ff
commit 0205fefe0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
class Googletest(CMakePackage):
"""Google test framework for C++. Also called gtest."""
homepage = "https://github.com/google/googletest"
url = "https://github.com/google/googletest/tarball/release-1.10.0"
url = "https://github.com/google/googletest/archive/release-1.10.0.tar.gz"
git = "https://github.com/google/googletest"
version('main', branch='main')