Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / benchmark
Commits:
f746689d by Massimiliano Torromeo at 2024-09-05T20:12:03+02:00
upgpkg: 1.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = benchmark
pkgdesc = A microbenchmark support library
- pkgver = 1.8.5
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/google/benchmark
arch = x86_64
license = Apache-2.0
makedepends = cmake
depends = gcc-libs
- source =
https://github.com/google/benchmark/archive/v1.8.5/benchmark-1.8.5.tar.gz
- sha256sums =
d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a
+ source =
https://github.com/google/benchmark/archive/v1.9.0/benchmark-1.9.0.tar.gz
+ sha256sums =
35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994
pkgname = benchmark
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Philipp Claßen <[email protected]>
pkgname=benchmark
-pkgver=1.8.5
+pkgver=1.9.0
pkgrel=1
pkgdesc="A microbenchmark support library"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs')
makedepends=('cmake')
source=("https://github.com/google/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a')
+sha256sums=('35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/benchmark/-/commit/f746689d56dfda521e281132ff11b936e33df324
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/benchmark/-/commit/f746689d56dfda521e281132ff11b936e33df324
You're receiving this email because of your account on gitlab.archlinux.org.