diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 07:51:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | 63ff4a5e4e52c354f680899664fa1543f0f9df19 (patch) | |
tree | 7cc752012b6e29e9e9506b2f4dae01f0d343a81b /testing/gatling/APKBUILD | |
parent | a3cea482536e21937adb202ead8fa422e4b39703 (diff) | |
download | aports-63ff4a5e4e52c354f680899664fa1543f0f9df19.tar.bz2 aports-63ff4a5e4e52c354f680899664fa1543f0f9df19.tar.xz |
testing/gatling: rebuild against openssl 1.1
Diffstat (limited to 'testing/gatling/APKBUILD')
-rw-r--r-- | testing/gatling/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gatling/APKBUILD b/testing/gatling/APKBUILD index c5b0086076..c15239d713 100644 --- a/testing/gatling/APKBUILD +++ b/testing/gatling/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=gatling pkgver=0.15 -pkgrel=3 +pkgrel=4 pkgdesc="High performance web server" url="https://www.fefe.de/gatling/" arch="x86_64 x86 ppc64le" license="GPL-2.0" depends="" depends_dev="" -makedepends="libressl-dev libowfat-dev zlib-dev" +makedepends="openssl-dev libowfat-dev zlib-dev" install="gatling.pre-install" subpackages="$pkgname-doc" source="https://www.fefe.de/$pkgname/$pkgname-$pkgver.tar.xz |