summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase2020-05-03 01:33:14 +0200
committerSven-Hendrik Haase2020-05-03 01:33:14 +0200
commitb352404e0b4b8fcbb28ca6909b786689db626d0e (patch)
tree5d5a1608fcd5e371696ffcc6295bcdef59b7f920
parent081624da5cd46e059c39b80d611be28fa20cc58a (diff)
downloadaur-b352404e0b4b8fcbb28ca6909b786689db626d0e.tar.gz
0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79c36b677f02..1e1ce2b44394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = oha
pkgdesc = Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/hatoo/oha
arch = x86_64
license = MIT
makedepends = cargo
- source = oha-0.2.4.tar.gz::https://github.com/hatoo/oha/archive/0.2.4.tar.gz
- sha512sums = 117e004e6cfc952939d902a3e7ff1ab3352e4040e4f047971ce8306e52052d914dab93bef096c5fcb92aaf92af0e23251625b738f486c057283932e690145deb
+ source = oha-0.2.5.tar.gz::https://github.com/hatoo/oha/archive/v0.2.5.tar.gz
+ sha512sums = b581df1b41a68f9e7011ef501bd2809e813228280e87b4f172fef4b017074c8a70dd7c011e9a841a2b9a7ae0bf8927f0d31b8cf92e52f1cf2a15ee17b024917c
pkgname = oha
diff --git a/PKGBUILD b/PKGBUILD
index 46dbca8eb0db..367bc05bca0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
pkgname=oha
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation"
arch=('x86_64')
url="https://github.com/hatoo/oha"
license=(MIT)
makedepends=(cargo)
-source=($pkgname-$pkgver.tar.gz::https://github.com/hatoo/oha/archive/${pkgver}.tar.gz)
-sha512sums=('117e004e6cfc952939d902a3e7ff1ab3352e4040e4f047971ce8306e52052d914dab93bef096c5fcb92aaf92af0e23251625b738f486c057283932e690145deb')
+source=($pkgname-$pkgver.tar.gz::https://github.com/hatoo/oha/archive/v${pkgver}.tar.gz)
+sha512sums=('b581df1b41a68f9e7011ef501bd2809e813228280e87b4f172fef4b017074c8a70dd7c011e9a841a2b9a7ae0bf8927f0d31b8cf92e52f1cf2a15ee17b024917c')
build() {
cd "$srcdir/$pkgname-$pkgver"