summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2020-09-10 14:06:26 +0100
committerScore_Under2020-09-10 14:06:26 +0100
commit23f6a10c770f2c03c0b9f8e79fbffc2991331ea1 (patch)
tree7eaa1e419b69bc6318021b45dd27a717564256e9
parent17563bd632fa2f85ae547f5d6f1cac49903eae10 (diff)
downloadaur-23f6a10c770f2c03c0b9f8e79fbffc2991331ea1.tar.gz
Update for 1.9.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377f3c912cfd..00001e4c5c84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = bandwidth
pkgdesc = Benchmark memory bandwidth
- pkgver = 1.9.3
+ pkgver = 1.9.4
pkgrel = 1
- url = http://zsmith.co/bandwidth.html
+ url = http://zsmith.co/bandwidth.php
arch = i686
arch = x86_64
license = GPL
makedepends = nasm
options = !makeflags
- source = https://zsmith.co/archives/bandwidth-1.9.3.tar.gz
- sha256sums = 04a99f9acff8d2766ba35acd641ad97f7c013d9c8ae14338a560aa351f16fb7e
+ source = https://zsmith.co/archives/bandwidth-1.9.4.tar.gz
+ sha256sums = 44f32f6a4afb5a0b39a6dec471a9f20712ac45727503aaa0c03cc23d6447e974
pkgname = bandwidth
diff --git a/PKGBUILD b/PKGBUILD
index 6e4399a92167..f7e6292beeb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=bandwidth
-pkgver=1.9.3
+pkgver=1.9.4
pkgrel=1
pkgdesc="Benchmark memory bandwidth"
arch=('i686' 'x86_64')
-url="http://zsmith.co/bandwidth.html"
+url="http://zsmith.co/bandwidth.php"
license=('GPL')
makedepends=('nasm')
options=(!makeflags)
-sha256sums=('04a99f9acff8d2766ba35acd641ad97f7c013d9c8ae14338a560aa351f16fb7e')
+sha256sums=('44f32f6a4afb5a0b39a6dec471a9f20712ac45727503aaa0c03cc23d6447e974')
source=("https://zsmith.co/archives/${pkgname}-${pkgver}.tar.gz")
build() {