From c69ed486520b21a0b91a227beb169108d4a8a68d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 8 May 2023 23:06:04 +0000 Subject: [PATCH] community/benchmark to 1.8.0-1 --- community/benchmark/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/benchmark/PKGBUILD b/community/benchmark/PKGBUILD index 1f8309d34..d420498e6 100644 --- a/community/benchmark/PKGBUILD +++ b/community/benchmark/PKGBUILD @@ -5,7 +5,7 @@ # - -DBENCHMARK_ENABLE_LTO=OFF pkgname=benchmark -pkgver=1.7.1 +pkgver=1.8.0 pkgrel=1 pkgdesc="A microbenchmark support library" arch=('x86_64') @@ -15,7 +15,7 @@ depends=('gcc-libs') makedepends=('cmake') source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7') +sha256sums=('ea2e94c24ddf6594d15c711c06ccd4486434d9cf3eca954e2af8a20c88f9f172') prepare() { cd "$srcdir/$pkgname-$pkgver"