diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 22:37:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:39 +0000 |
commit | 5d39cdaa09ec3c4501933c1982158449eb9da239 (patch) | |
tree | f02df4bbb28b93582122ce778ce6d2a1acc1f195 /community/wrk | |
parent | 1de49ababcac9316b8d5a4a853a7cce9f0ea76c9 (diff) | |
download | aports-5d39cdaa09ec3c4501933c1982158449eb9da239.tar.bz2 aports-5d39cdaa09ec3c4501933c1982158449eb9da239.tar.xz |
community/wrk: rebuild against libressl-2.6
Diffstat (limited to 'community/wrk')
-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 d198dd75a7..edcc94e694 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=2 +pkgrel=3 pkgdesc="wrk is a modern HTTP benchmarking tool" url="https://github.com/wg/wrk" # requires -march=i586 to build on x86 |