diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-08 17:32:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:46 +0000 |
commit | f9e7dc65d371056160fc6ab70822ede9480fd814 (patch) | |
tree | 5076146ad996feed88922e70d459b415d372b6df /community/wrk | |
parent | 5c8721e0fa7cb79f4195aae4a3db9789c74d29fd (diff) | |
download | aports-f9e7dc65d371056160fc6ab70822ede9480fd814.tar.bz2 aports-f9e7dc65d371056160fc6ab70822ede9480fd814.tar.xz |
community/wrk: rebuild against libressl
Diffstat (limited to 'community/wrk')
-rw-r--r-- | community/wrk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD index 76b7edff01..38e1a53910 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=0 +pkgrel=1 pkgdesc="wrk is a modern HTTP benchmarking tool" url="https://github.com/wg/wrk" # requires -march=i586 to build on x86 @@ -11,7 +11,7 @@ arch="x86_64" license="ASL 2.0" depends="" depends_dev="" -makedepends="openssl-dev" +makedepends="libressl-dev" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/wg/wrk/archive/$pkgver.tar.gz" |