summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Scott <alec@bcs.sh>2021-06-19 01:52:51 -0700
committerGitHub <noreply@github.com>2021-06-19 10:52:51 +0200
commit73d7444ca77a9d8e9c2febed2929c3a0e62fb5d6 (patch)
tree5b608a03a0be5f616f09080bb8c57c4e13dce93e
parent93c75fe3f74583ddb85bb3fe73872961602dbdbf (diff)
downloadspack-73d7444ca77a9d8e9c2febed2929c3a0e62fb5d6.tar.gz
spack-73d7444ca77a9d8e9c2febed2929c3a0e62fb5d6.tar.bz2
spack-73d7444ca77a9d8e9c2febed2929c3a0e62fb5d6.tar.xz
spack-73d7444ca77a9d8e9c2febed2929c3a0e62fb5d6.zip
benchmark: add v1.5.5 (#24413)
-rw-r--r--var/spack/repos/builtin/packages/benchmark/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/benchmark/package.py b/var/spack/repos/builtin/packages/benchmark/package.py
index c8911c2cac..c4420afead 100644
--- a/var/spack/repos/builtin/packages/benchmark/package.py
+++ b/var/spack/repos/builtin/packages/benchmark/package.py
@@ -10,13 +10,14 @@ class Benchmark(CMakePackage):
"""A microbenchmark support library"""
homepage = "https://github.com/google/benchmark"
- url = "https://github.com/google/benchmark/archive/v1.1.0.tar.gz"
+ url = "https://github.com/google/benchmark/archive/v1.5.5.tar.gz"
git = "https://github.com/google/benchmark.git"
# first properly installed CMake config packages in
# 1.2.0 release: https://github.com/google/benchmark/issues/363
-
version('develop', branch='master')
+ version('1.5.5', sha256='3bff5f237c317ddfd8d5a9b96b3eede7c0802e799db520d38ce756a2a46a18a0')
+ version('1.5.4', sha256='e3adf8c98bb38a198822725c0fc6c0ae4711f16fbbf6aeb311d5ad11e5a081b5')
version('1.5.0', sha256='3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a')
version('1.4.1', sha256='f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d')
version('1.4.0', sha256='616f252f37d61b15037e3c2ef956905baf9c9eecfeab400cb3ad25bae714e214')