summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjD91mZM22018-01-20 18:16:45 +0100
committerjD91mZM22018-01-20 18:16:54 +0100
commitd9bca978c9236fc8e04ac2465911d2d0e9c224ab (patch)
treeb6bc0f3d0a232aa56c8be398775fe035c5771ab8
parent7a560a3f9d71e52b6827c04a67d58828b6ec77b8 (diff)
downloadaur-d9bca978c9236fc8e04ac2465911d2d0e9c224ab.tar.gz
Bump version to 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c50a2ee56a4..d3826b945d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hyperfine
pkgdesc = A command-line benchmarking tool
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.3.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.2.0.tar.gz
- sha256sums = f88ac19ff77d571225b364f5dc7b2072390a680a5d76d68c648d741ddb129042
+ source = https://github.com/sharkdp/hyperfine/archive/v0.3.0.tar.gz
+ sha256sums = 75a5282d024dafc68537fbf9251e36710b6450ccaaec31a85f9459d3c82e5267
pkgname = hyperfine
diff --git a/PKGBUILD b/PKGBUILD
index 9362e2d35c4c..6cf41f0ba112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname="hyperfine"
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="A command-line benchmarking tool"
url="https://github.com/sharkdp/hyperfine"
arch=("x86_64")
@@ -10,7 +10,7 @@ makedepends=("rust")
optdepends=()
depends=()
source=("https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('f88ac19ff77d571225b364f5dc7b2072390a680a5d76d68c648d741ddb129042')
+sha256sums=('75a5282d024dafc68537fbf9251e36710b6450ccaaec31a85f9459d3c82e5267')
build() {
cd "$srcdir/$pkgname-$pkgver"