summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjD91mZM22018-03-03 17:05:28 +0100
committerjD91mZM22018-03-03 17:05:28 +0100
commit939f3df0227e9d13ed84c7370757b784bf8a18f5 (patch)
tree840e2b42b1c9ea73497a7f69a400e4c630317e67
parent3d88d3b4d43276022a8cf6b458be091b4f69cf92 (diff)
downloadaur-939f3df0227e9d13ed84c7370757b784bf8a18f5.tar.gz
Bump version to 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a634889f25..8e9ad7d502b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hyperfine
pkgdesc = A command-line benchmarking tool
- pkgver = 0.4.0
+ pkgver = 0.5.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/v0.4.0.tar.gz
- sha256sums = 9cece8a55793ce0807a6db755612407cc8a836f8adb9be95a2b1520dbfec4e17
+ source = https://github.com/sharkdp/hyperfine/archive/v0.5.0.tar.gz
+ sha256sums = 59d6c2574cbcd2970673e82c11345e13c5333daecbcc6d4259ad218ccf1acfb3
pkgname = hyperfine
diff --git a/PKGBUILD b/PKGBUILD
index 24a441fdd6de..f5e995c57f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname="hyperfine"
-pkgver=0.4.0
+pkgver=0.5.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=('9cece8a55793ce0807a6db755612407cc8a836f8adb9be95a2b1520dbfec4e17')
+sha256sums=('59d6c2574cbcd2970673e82c11345e13c5333daecbcc6d4259ad218ccf1acfb3')
build() {
cd "$srcdir/$pkgname-$pkgver"