summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-01-23 03:39:02 +0000
committerDaichi Shinozaki2017-01-23 03:39:02 +0000
commit4e3cc26a8b872c9692cf6e1a2c7cd2ab1f58f56d (patch)
tree7d51048a40dfe1b0c525445ba87df7dc719ab291 /PKGBUILD
parentf89306b684f7391a4d67a7206d5303fa3120d151 (diff)
downloadaur-tcpkali.tar.gz
Bump version to 1.1.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96a2ecb42de9..cb0d2bd20036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=tcpkali
-pkgver=1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Fast multi-core TCP and WebSockets load generator."
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="http://github.com/machinezone/tcpkali"
license=('custom')
source=("https://github.com/machinezone/$pkgname/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz")
noextract=()
-md5sums=('7612a45df585e3077d07df37a6edd3df')
+md5sums=('3cc8cbdd436eb0cb302680c6a4c31b40')
build() {
cd "$srcdir/$pkgname-$pkgver"