From b90b574add41f18c1c59ba28bab0e68b01a3e8ed Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:14:33 +1100 Subject: [PATCH] 'update-benchmark' (#13726) * Benchmark 1.9.0 => 1.9.4 * update-benchmark: Package File Update Run on linux/386 container. * update-benchmark: Package File Update Run on linux/amd64 container. * update-benchmark: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: Ed Reel Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/b/benchmark.filelist | 2 +- manifest/i686/b/benchmark.filelist | 2 +- manifest/x86_64/b/benchmark.filelist | 2 +- packages/benchmark.rb | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest/armv7l/b/benchmark.filelist b/manifest/armv7l/b/benchmark.filelist index 5e7c297f8..ad14ef9d0 100644 --- a/manifest/armv7l/b/benchmark.filelist +++ b/manifest/armv7l/b/benchmark.filelist @@ -1,4 +1,4 @@ -# Total size: 3667127 +# Total size: 3701625 /usr/local/include/benchmark/benchmark.h /usr/local/include/benchmark/export.h /usr/local/lib/cmake/benchmark/benchmarkConfig.cmake diff --git a/manifest/i686/b/benchmark.filelist b/manifest/i686/b/benchmark.filelist index aaf9f3c17..1c7b6ea48 100644 --- a/manifest/i686/b/benchmark.filelist +++ b/manifest/i686/b/benchmark.filelist @@ -1,4 +1,4 @@ -# Total size: 3632611 +# Total size: 3656649 /usr/local/include/benchmark/benchmark.h /usr/local/include/benchmark/export.h /usr/local/lib/cmake/benchmark/benchmarkConfig.cmake diff --git a/manifest/x86_64/b/benchmark.filelist b/manifest/x86_64/b/benchmark.filelist index eaf1acd8b..2ee227f93 100644 --- a/manifest/x86_64/b/benchmark.filelist +++ b/manifest/x86_64/b/benchmark.filelist @@ -1,4 +1,4 @@ -# Total size: 3670987 +# Total size: 3708253 /usr/local/include/benchmark/benchmark.h /usr/local/include/benchmark/export.h /usr/local/lib64/cmake/benchmark/benchmarkConfig.cmake diff --git a/packages/benchmark.rb b/packages/benchmark.rb index 5eb8648d3..d055d0b68 100644 --- a/packages/benchmark.rb +++ b/packages/benchmark.rb @@ -3,7 +3,7 @@ require 'buildsystems/cmake' class Benchmark < CMake description 'A microbenchmark support library from Google' homepage 'https://github.com/google/benchmark/' - version '1.9.0' + version '1.9.4' license 'Apache-2.0' compatibility 'all' source_url 'https://github.com/google/benchmark.git' @@ -11,10 +11,10 @@ class Benchmark < CMake binary_compression 'tar.zst' binary_sha256({ - aarch64: 'c5acbb3c69c92159700d8bff17a9e94358c84aff54e4e30aa55268591e13bbe4', - armv7l: 'c5acbb3c69c92159700d8bff17a9e94358c84aff54e4e30aa55268591e13bbe4', - i686: 'b4cc6f68c8e508b50b194d2e16f47fca7fba9389aa9378f87683d02d9a6cc9da', - x86_64: 'a2eb9d362c7c47f2ce1394549a25b5c7e605a198cc944d7b60e88179a414a60d' + aarch64: 'b62bb1b03e6ae3b22ded2802f583b645ff85d44df14e243764aed9fb40790334', + armv7l: 'b62bb1b03e6ae3b22ded2802f583b645ff85d44df14e243764aed9fb40790334', + i686: '4827580647fedd10593b7f7b1fa33ccbd879138c9a133e839eda2db6b004a42e', + x86_64: '9e7c4cde27998cfa84602cc60150f6256898b5cb4910344187363bb9354eaad0' }) depends_on 'gtest' => :build