summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCauĂȘ Baasch de Souza2019-06-09 16:47:02 -0300
committerCauĂȘ Baasch de Souza2019-06-09 16:47:02 -0300
commit2d011000368c639b67acfbdb3242e7ef32aea5d5 (patch)
tree93aef1af4eac4baa924ef96be6115872e9b2935f
parent8b78a5763f6892843dc3a885cae359bfe989be17 (diff)
downloadaur-hyperfine.tar.gz
Bump version to v1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1f59cd7033e..237c0e1f304c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hyperfine
pkgdesc = A command-line benchmarking tool
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/sharkdp/hyperfine
arch = x86_64
license = APACHE
license = MIT
makedepends = rust
- source = https://github.com/sharkdp/hyperfine/archive/v1.5.0.tar.gz
- sha256sums = d5183611348e696e579dda846cee92b7b78c8ef18c00bfb9b0a62d0a63034823
+ source = https://github.com/sharkdp/hyperfine/archive/v1.6.0.tar.gz
+ sha256sums = 0cb251453147421c0c807587123e733b32346b9756c8594018c637ec374a63f4
pkgname = hyperfine
diff --git a/PKGBUILD b/PKGBUILD
index 4ca8ca3078d8..1819ce783e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: cauebs <cauebs@pm.me>
pkgname="hyperfine"
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="A command-line benchmarking tool"
url="https://github.com/sharkdp/hyperfine"
@@ -10,7 +10,7 @@ makedepends=("rust")
optdepends=()
depends=()
source=("https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('d5183611348e696e579dda846cee92b7b78c8ef18c00bfb9b0a62d0a63034823')
+sha256sums=('0cb251453147421c0c807587123e733b32346b9756c8594018c637ec374a63f4')
build() {
cd "$srcdir/$pkgname-$pkgver"