diff options
author | tcely <tcely@users.noreply.github.com> | 2018-04-05 06:55:24 -0400 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-05 11:34:10 +0000 |
commit | d10fea6979ba690634d755c3a1fc317408c5b02f (patch) | |
tree | e8dd64e97bfe577bd00cfeb36580cc38e26aaa7f /community/pdns-recursor | |
parent | 2d067bec953a86bb05587346f00631dfd5698ad5 (diff) | |
download | aports-d10fea6979ba690634d755c3a1fc317408c5b02f.tar.bz2 aports-d10fea6979ba690634d755c3a1fc317408c5b02f.tar.xz |
community/pdns-recursor: upgrade to 4.1.2
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 27201a5fa4..2eed672ce8 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.1.1 -pkgrel=1 +pkgver=4.1.2 +pkgrel=0 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" arch="all !s390x" @@ -60,6 +60,6 @@ package() { "$pkgdir"/etc/pdns/recursor.conf } -sha512sums="a8561bf0688752f30c4c997930f13d55c506b2a2113d22b074443757a51cde9be182ef948e61eb8c4d639bbf8679d8a4139aafb6983f483b3a917e049fa64e45 pdns-recursor-4.1.1.tar.bz2 +sha512sums="eaf28ce424f1367e548cb78c09de9d39154dddd87e2f19ed238197b6304b20bd9fef599d7df44ca128d89d8cd04d3b7fdd455241bb34ecd688c8042a020c4a36 pdns-recursor-4.1.2.tar.bz2 f23cb30d943e0b0aea09371dc57aa43e55b8f91062a3caa3fac17e3565a8e36dfd304f45eba588f625ca2337cd2ade450ea5ae1776872c006204cdaf912f6651 pdns-recursor.initd 954df537693a202fc195e751011bbfaa605b3f3df42ac386fa82eb809b73c2b987f5e418b5c96bb3b0669497426ce0daa39a719844701e06990b82843a4cf0d4 recursor.conf" |