diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:18:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:18:14 +0000 |
commit | 1809b621463dfaa503b20d6b7af502695422a140 (patch) | |
tree | 0d94bf9f94ed55e7b81fbfacd77c84e6fde948c5 /community/wrk/APKBUILD | |
parent | 6e1513656b93af6c1a3f5ee64ede484fd7465bd9 (diff) | |
download | aports-1809b621463dfaa503b20d6b7af502695422a140.tar.bz2 aports-1809b621463dfaa503b20d6b7af502695422a140.tar.xz |
community/wrk: rebuild against libressl 2.5
Diffstat (limited to 'community/wrk/APKBUILD')
-rw-r--r-- | community/wrk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD index 38e1a53910..d198dd75a7 100644 --- a/community/wrk/APKBUILD +++ b/community/wrk/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=wrk pkgver=4.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="wrk is a modern HTTP benchmarking tool" url="https://github.com/wg/wrk" # requires -march=i586 to build on x86 |