summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCauĂȘ Baasch de Souza2018-11-21 18:33:30 -0200
committerCauĂȘ Baasch de Souza2018-11-21 18:33:30 -0200
commit5cd89639cfeacf1f0d2fd0400821aa43481d6e58 (patch)
tree96996d0f5bd26df8954d7ed9d69a2fa2a1d6dff4
parentfce5be7427ddf12091de552a0a2abec88a3e36ae (diff)
downloadaur-5cd89639cfeacf1f0d2fd0400821aa43481d6e58.tar.gz
Bump version to v1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc6108adaa53..2d6efad613e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hyperfine
pkgdesc = A command-line benchmarking tool
- pkgver = 1.3.0
+ pkgver = 1.4.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.3.0.tar.gz
- sha256sums = bab21d0dede8b437c0d4351d3959b3bfab8fe9f1d547997ed4d1d0f0c1d5801f
+ source = https://github.com/sharkdp/hyperfine/archive/v1.4.0.tar.gz
+ sha256sums = 75a34132f674aab519f812c149b8c87b3d87720d6e530b545c798ab2a0149084
pkgname = hyperfine
diff --git a/PKGBUILD b/PKGBUILD
index 78ed95b1db7e..3390a8d20ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: cauebs <cauebs@pm.me>
pkgname="hyperfine"
-pkgver=1.3.0
+pkgver=1.4.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=('bab21d0dede8b437c0d4351d3959b3bfab8fe9f1d547997ed4d1d0f0c1d5801f')
+sha256sums=('75a34132f674aab519f812c149b8c87b3d87720d6e530b545c798ab2a0149084')
build() {
cd "$srcdir/$pkgname-$pkgver"