googletest: use URLs with .tar.gz
extension (#31129)
This commit is contained in:
parent
b261b2a5ff
commit
0205fefe0c
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue