Fix benchmark recipe after branch name was changed (#32708)
This commit is contained in:
parent
2f19826470
commit
3762e7319d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Benchmark(CMakePackage):
|
|||
|
||||
# first properly installed CMake config packages in
|
||||
# 1.2.0 release: https://github.com/google/benchmark/issues/363
|
||||
version("develop", branch="master")
|
||||
version("main", branch="main")
|
||||
version("1.6.0", sha256="1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6")
|
||||
version("1.5.5", sha256="3bff5f237c317ddfd8d5a9b96b3eede7c0802e799db520d38ce756a2a46a18a0")
|
||||
version("1.5.4", sha256="e3adf8c98bb38a198822725c0fc6c0ae4711f16fbbf6aeb311d5ad11e5a081b5")
|
||||
|
|
Loading…
Reference in a new issue