benchmark: update to 1.9.1.

Closes: #53259 [via git-merge-pr]
This commit is contained in:
skmpz 2024-11-29 12:47:38 +02:00 committed by classabbyamp
parent b1911fd02b
commit bc87d59d4f
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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
@ -10,7 +10,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
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}"