summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2018-05-29 17:33:59 +0100
committerScore_Under2018-05-29 17:33:59 +0100
commit412965414e347c39bdc5714742493fee5b5c74fe (patch)
treeb22dda8686423a4cc718529b5244707c88f2ccf1
parent4700f4ac59ab7fe45d16ac5bd127e4bdad1ec86f (diff)
downloadaur-412965414e347c39bdc5714742493fee5b5c74fe.tar.gz
Update for v1.5.1
Also switch verification hash from SHA1 (known vulnerable) to SHA256.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86cecd6093c9..42be04799e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=bandwidth
-pkgver=1.3.1
+pkgver=1.5.1
pkgrel=1
pkgdesc="Benchmark memory and network bandwidth"
arch=('i686' 'x86_64')
@@ -7,8 +7,8 @@ url="http://zsmith.co/bandwidth.html"
license=('GPL')
makedepends=('nasm')
options=(!makeflags)
-sha1sums=('284ebee21bde256fd0daeae91242c2b73d9cf1df')
-source=("https://mutineer.org/file.php?id=${sha1sums[0]}&p=${pkgname}")
+sha256sums=('2b9e48aec2270c826c36de85a6f904c6c5c410c28f291ff760704d1a850a33ed')
+source=("https://zsmith.co/archives/${pkgname}-${pkgver}.tar.gz")
build() {
cd "${srcdir}"/${pkgname}-${pkgver}