summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef917c0f39c8..377f3c912cfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jun 17 22:59:21 UTC 2018
pkgbase = bandwidth
pkgdesc = Benchmark memory bandwidth
- pkgver = 1.5.1
+ pkgver = 1.9.3
pkgrel = 1
url = http://zsmith.co/bandwidth.html
arch = i686
@@ -10,8 +8,8 @@ pkgbase = bandwidth
license = GPL
makedepends = nasm
options = !makeflags
- source = https://zsmith.co/archives/bandwidth-1.5.1.tar.gz
- sha256sums = 2b9e48aec2270c826c36de85a6f904c6c5c410c28f291ff760704d1a850a33ed
+ source = https://zsmith.co/archives/bandwidth-1.9.3.tar.gz
+ sha256sums = 04a99f9acff8d2766ba35acd641ad97f7c013d9c8ae14338a560aa351f16fb7e
pkgname = bandwidth
diff --git a/PKGBUILD b/PKGBUILD
index f986a94c5360..6e4399a92167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=bandwidth
-pkgver=1.5.1
+pkgver=1.9.3
pkgrel=1
pkgdesc="Benchmark memory bandwidth"
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url="http://zsmith.co/bandwidth.html"
license=('GPL')
makedepends=('nasm')
options=(!makeflags)
-sha256sums=('2b9e48aec2270c826c36de85a6f904c6c5c410c28f291ff760704d1a850a33ed')
+sha256sums=('04a99f9acff8d2766ba35acd641ad97f7c013d9c8ae14338a560aa351f16fb7e')
source=("https://zsmith.co/archives/${pkgname}-${pkgver}.tar.gz")
build() {