googletest: use URLs with .tar.gz
extension (#31129)
This commit is contained in:
parent
b261b2a5ff
commit
0205fefe0c
@ -9,7 +9,7 @@
|
|||||||
class Googletest(CMakePackage):
|
class Googletest(CMakePackage):
|
||||||
"""Google test framework for C++. Also called gtest."""
|
"""Google test framework for C++. Also called gtest."""
|
||||||
homepage = "https://github.com/google/googletest"
|
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"
|
git = "https://github.com/google/googletest"
|
||||||
|
|
||||||
version('main', branch='main')
|
version('main', branch='main')
|
||||||
|
Loading…
Reference in New Issue
Block a user