summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 635826528bcb..8fa697423743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wrk
pkgdesc = Modern HTTP benchmarking tool
- pkgver = 4.1.0
- pkgrel = 4
+ pkgver = 4.2.0
+ pkgrel = 1
url = https://github.com/wg/wrk/
arch = i686
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = wrk
depends = luajit
options = !makeflags
options = !buildflags
- source = https://github.com/wg/wrk/archive/4.1.0.tar.gz
- sha256sums = 6fa1020494de8c337913fd139d7aa1acb9a020de6f7eb9190753aa4b1e74271e
+ source = https://github.com/wg/wrk/archive/4.2.0.tar.gz
+ sha256sums = e255f696bff6e329f5d19091da6b06164b8d59d62cb9e673625bdcd27fe7bdad
pkgname = wrk
-
diff --git a/PKGBUILD b/PKGBUILD
index 6ede008f3b61..f8fb6bb7c65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: Pierre Carrier <pierre at gcarrier dot fr>
pkgname=wrk
-pkgver=4.1.0
-pkgrel=4
+pkgver=4.2.0
+pkgrel=1
pkgdesc="Modern HTTP benchmarking tool"
arch=(i686 x86_64 aarch64)
url="https://github.com/wg/wrk/"
license=(Apache)
depends=('openssl' 'luajit')
source=("https://github.com/wg/$pkgname/archive/${pkgver}.tar.gz")
-sha256sums=('6fa1020494de8c337913fd139d7aa1acb9a020de6f7eb9190753aa4b1e74271e')
+sha256sums=('e255f696bff6e329f5d19091da6b06164b8d59d62cb9e673625bdcd27fe7bdad')
options=('!makeflags'
'!buildflags')