diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:17:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:17:49 +0000 |
commit | 8b29e9b7bd7f04c31243c5746f180207c5fbcadb (patch) | |
tree | 609b9535c806dee40f43223ee272c561994f3653 /community/pdns/APKBUILD | |
parent | 3b749b4a926cd6db8c9f9f65b71d2f94e3fb08e5 (diff) | |
download | aports-8b29e9b7bd7f04c31243c5746f180207c5fbcadb.tar.bz2 aports-8b29e9b7bd7f04c31243c5746f180207c5fbcadb.tar.xz |
community/pdns: rebuild against libressl 2.5
Diffstat (limited to 'community/pdns/APKBUILD')
-rw-r--r-- | community/pdns/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD index 0b36adedda..6bfd22d4d9 100644 --- a/community/pdns/APKBUILD +++ b/community/pdns/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=pdns pkgver=4.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="PowerDNS Authoritative Server" url="http://www.powerdns.com/" arch="all" |