Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark: update to 1.9.1. #53259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/benchmark/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'benchmark'
pkgname=benchmark
version=1.9.0
version=1.9.1
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
Expand All @@ -10,7 +10,7 @@ maintainer="skmpz <[email protected]>"
license="Apache-2.0"
homepage="https://github.com/google/benchmark/"
distfiles="https://github.com/google/benchmark/archive/v${version}.tar.gz"
checksum=35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994
checksum=32131c08ee31eeff2c8968d7e874f3cb648034377dfc32a4c377fa8796d84981

benchmark-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
Expand Down