summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2017-08-12 18:12:14 +0200
committerJake2017-08-12 18:12:14 +0200
commitdfd702fac4096e6f68535cb286eae0ea78827e7b (patch)
treeb3ec278f31644c8aa83737643dcd1c5e9c64ff2d
parentc3fc8663f2dd62dcdf4f1e1249b762e3861ea014 (diff)
downloadaur-dfd702fac4096e6f68535cb286eae0ea78827e7b.tar.gz
Update to 4.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46a415094551..85a3257a55ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geekbench
pkgdesc = A cross-platform benchmark that measures processor and memory performance
- pkgver = 4.1.0
+ pkgver = 4.1.1
pkgrel = 1
url = http://www.primatelabs.ca/geekbench/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = geekbench
depends = gcc-libs
conflicts = geekbench227
options = !strip
- source = http://cdn.primatelabs.com/Geekbench-4.1.0-Linux.tar.gz
+ source = http://cdn.primatelabs.com/Geekbench-4.1.1-Linux.tar.gz
md5sums = c1ed962f3734b9d0414df066874d4074
pkgname = geekbench
diff --git a/PKGBUILD b/PKGBUILD
index 14bf8c57fe9d..8a2d60da716d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Roman Ajsin <aysin (dot) roman [at] gmail (dot) com>
pkgname=geekbench
-pkgver=4.1.0
+pkgver=4.1.1
pkgrel=1
pkgdesc="A cross-platform benchmark that measures processor and memory performance"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('zlib' 'gcc-libs')
license=("custom")
conflicts=("geekbench227")
source=("http://cdn.primatelabs.com/Geekbench-${pkgver}-Linux.tar.gz")
-md5sums=('c1ed962f3734b9d0414df066874d4074')
+md5sums=('9ef00bd21002f66041392a8c0b3f3607')
options=('!strip')
package() {