From 307e5ab74f1fae5a37892f229a65f263a3b10b1d Mon Sep 17 00:00:00 2001 From: skmpz Date: Thu, 25 Jul 2024 10:02:50 +0300 Subject: [PATCH] benchmark: update to 1.8.5. --- common/shlibs | 4 ++-- srcpkgs/benchmark/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 3ecdd7910e7..1f9de1256d4 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1387,8 +1387,8 @@ libkdexoauth2.so.3 libkgapi-24.02.0_1 libqoauth.so.2 qoauth-qt5-2.0.0_1 libIrrlicht.so.1.8 irrlicht-1.8_1 libsnappy.so.1 snappy-1.1.0_1 -libbenchmark.so.0 benchmark-1.8.4_1 -libbenchmark_main.so.0 benchmark-1.8.4_1 +libbenchmark.so.1 benchmark-1.8.5_1 +libbenchmark_main.so.1 benchmark-1.8.5_1 libbemenu.so.0 bemenu-0.6.5_1 libKTorrent6.so.6 libktorrent-24.02.0_1 libvncserver.so.1 libvncserver-0.9.13_2 diff --git a/srcpkgs/benchmark/template b/srcpkgs/benchmark/template index 0135d15d516..11794a75765 100644 --- a/srcpkgs/benchmark/template +++ b/srcpkgs/benchmark/template @@ -1,6 +1,6 @@ # Template file for 'benchmark' pkgname=benchmark -version=1.8.4 +version=1.8.5 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON -DBENCHMARK_ENABLE_GTEST_TESTS=OFF @@ -10,7 +10,7 @@ maintainer="skmpz " license="Apache-2.0" homepage="https://github.com/google/benchmark/" distfiles="https://github.com/google/benchmark/archive/v${version}.tar.gz" -checksum=3e7059b6b11fb1bbe28e33e02519398ca94c1818874ebed18e504dc6f709be45 +checksum=d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a benchmark-devel_package() { depends="${sourcepkg}>=${version}_${revision}"