summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2021-09-06 01:54:58 +0100
committerScore_Under2021-09-06 01:54:58 +0100
commitb288111fecb8579e84a70eb22becbb992cf62510 (patch)
tree1fdb1438919afc661795943a323f74c37fff5639
parent23f6a10c770f2c03c0b9f8e79fbffc2991331ea1 (diff)
downloadaur-b288111fecb8579e84a70eb22becbb992cf62510.tar.gz
Version 1.10.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00001e4c5c84..2ca016d40818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bandwidth
pkgdesc = Benchmark memory bandwidth
- pkgver = 1.9.4
+ pkgver = 1.10.1
pkgrel = 1
url = http://zsmith.co/bandwidth.php
arch = i686
@@ -8,8 +8,7 @@ pkgbase = bandwidth
license = GPL
makedepends = nasm
options = !makeflags
- source = https://zsmith.co/archives/bandwidth-1.9.4.tar.gz
- sha256sums = 44f32f6a4afb5a0b39a6dec471a9f20712ac45727503aaa0c03cc23d6447e974
+ source = https://zsmith.co/archives/bandwidth-1.10.1.tar.gz
+ sha256sums = b6bc9afbf7013488adb5001ce6d7329196c899e212a88a253bf63cb8e2348c69
pkgname = bandwidth
-
diff --git a/PKGBUILD b/PKGBUILD
index f7e6292beeb1..095c5a08948c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=bandwidth
-pkgver=1.9.4
+pkgver=1.10.1
pkgrel=1
pkgdesc="Benchmark memory bandwidth"
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url="http://zsmith.co/bandwidth.php"
license=('GPL')
makedepends=('nasm')
options=(!makeflags)
-sha256sums=('44f32f6a4afb5a0b39a6dec471a9f20712ac45727503aaa0c03cc23d6447e974')
+sha256sums=('b6bc9afbf7013488adb5001ce6d7329196c899e212a88a253bf63cb8e2348c69')
source=("https://zsmith.co/archives/${pkgname}-${pkgver}.tar.gz")
build() {