summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Claßen2018-06-11 22:35:10 +0200
committerPhilipp Claßen2018-06-11 22:35:10 +0200
commitbcdb9b02e406c0d3460352d68f3b23c3ae3bef7b (patch)
tree03d626daf4b5dc0d7d3a218f0517d6e755d2beab
parent22bbbb5ff2557f7c0474a08816d201466335f3a1 (diff)
downloadaur-bcdb9b02e406c0d3460352d68f3b23c3ae3bef7b.tar.gz
Upgrade to 1.4.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4538c31657b..747f5cadf44d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 10 15:09:17 UTC 2018
+# Mon Jun 11 20:35:04 UTC 2018
pkgbase = benchmark
pkgdesc = A microbenchmark support library, by Google
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.4.1
+ pkgrel = 1
url = https://github.com/google/benchmark
arch = any
license = Apache
@@ -11,8 +11,8 @@ pkgbase = benchmark
makedepends = gtest
makedepends = gmock
depends = gcc-libs
- source = https://github.com/google/benchmark/archive/v1.4.0.tar.gz
- sha256sums = 616f252f37d61b15037e3c2ef956905baf9c9eecfeab400cb3ad25bae714e214
+ source = https://github.com/google/benchmark/archive/v1.4.1.tar.gz
+ sha256sums = f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d
pkgname = benchmark
diff --git a/PKGBUILD b/PKGBUILD
index 6cb3e8d1a164..2557d31da2f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Claßen <philipp.classen@posteo.de>
pkgname=benchmark
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="A microbenchmark support library, by Google"
arch=('any')
url="https://github.com/google/benchmark"
@@ -10,7 +10,7 @@ depends=('gcc-libs')
makedepends=('cmake' 'gtest' 'gmock')
source=("https://github.com/google/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('616f252f37d61b15037e3c2ef956905baf9c9eecfeab400cb3ad25bae714e214')
+sha256sums=('f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"