aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 10:13:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:35 +0000
commit54c2e6df152d60f3ba05e5c1d7fef007556d2c57 (patch)
tree538cf04fcb771400f2876d993fe78c92149fe28e /community
parent784bb299628a2ef711e745b9d96ddd897a2af366 (diff)
community/anytun: rebuild against libressl
Diffstat (limited to 'community')
-rw-r--r--community/anytun/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/anytun/APKBUILD b/community/anytun/APKBUILD
index d4cb1f25367..bda2ac97bce 100644
--- a/community/anytun/APKBUILD
+++ b/community/anytun/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=anytun
pkgver=0.3.6
-pkgrel=0
+pkgrel=1
pkgdesc="Secure anycast tunneling protocol implementation for flexible and fault-tolerant VPNs"
url="http://www.anytun.org"
arch="all"
license="GPL3"
depends=""
-depends_dev="openssl-dev boost-dev linux-headers"
+depends_dev="libressl-dev boost-dev linux-headers"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"