diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:10:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:10:44 +0000 |
commit | d25a4e75ee3a41098aec27025f48f0b4d1a2b38e (patch) | |
tree | 666f2cd3681a9c7ffa20e8a005f3f932d5aa10a0 | |
parent | 9c31c0374def0b1d2a18c6557035c6dab491537f (diff) | |
download | aports-d25a4e75ee3a41098aec27025f48f0b4d1a2b38e.tar.bz2 aports-d25a4e75ee3a41098aec27025f48f0b4d1a2b38e.tar.xz |
community/pdns-recursor: rebuild against libressl 2.5
-rw-r--r-- | community/pdns-recursor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 1851275467..aac499813c 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Olivier Mauras <olivier@mauras.ch> pkgname=pdns-recursor pkgver=4.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="PowerDNS Recursive Server" url="http://www.powerdns.com/" arch="all" |