aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-08 17:32:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:46 +0000
commitf9e7dc65d371056160fc6ab70822ede9480fd814 (patch)
tree5076146ad996feed88922e70d459b415d372b6df /community
parent5c8721e0fa7cb79f4195aae4a3db9789c74d29fd (diff)
downloadaports-f9e7dc65d371056160fc6ab70822ede9480fd814.tar.bz2
aports-f9e7dc65d371056160fc6ab70822ede9480fd814.tar.xz
community/wrk: rebuild against libressl
Diffstat (limited to 'community')
-rw-r--r--community/wrk/APKBUILD4
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"