diff options
author | tcely <tcely@users.noreply.github.com> | 2019-02-04 17:49:54 -0500 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-05 15:21:30 +0000 |
commit | 0e5cc421a4815b488b3a006f8e3f310d988c8a0c (patch) | |
tree | c6289cd839e1e54a08317a337a67bae46c9482b5 /community | |
parent | fba4f498924e045e146e84895712c43f9d50b2ac (diff) | |
download | aports-0e5cc421a4815b488b3a006f8e3f310d988c8a0c.tar.bz2 aports-0e5cc421a4815b488b3a006f8e3f310d988c8a0c.tar.xz |
community/pdns: upgrade to 4.1.6
Diffstat (limited to 'community')
-rw-r--r-- | community/pdns/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD index 6770fedbc8..4d83e8eeae 100644 --- a/community/pdns/APKBUILD +++ b/community/pdns/APKBUILD @@ -5,8 +5,8 @@ # Contributor: Fabian Zoske <fabian@zoske.it> # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=pdns -pkgver=4.1.5 -pkgrel=1 +pkgver=4.1.6 +pkgrel=0 pkgdesc="PowerDNS Authoritative Server" url="https://www.powerdns.com/" arch="all" @@ -133,6 +133,6 @@ backend_remote() { _mv_backend remote; } backend_sqlite3() { _mv_backend gsqlite3 sqlite; } #backend_tinydns() { _mv_backend tinydns; } -sha512sums="c5c42975e6402f17b3cdf947a26c944a462d39c23bef44b6f6e823b8c9459be9e8bd750aa0481f9f707eec8b124c4edc4769a6241c75836583ee0bbe111e33e5 pdns-4.1.5.tar.bz2 +sha512sums="094e532ff50aeb54c8b3e46e3b4a77d1fb2c9d3d0fccce6ccb71b3825f5e53f53af680625ea4e98b5dbc29fbd210bc3b4a47c7f05b4b3ac2cf7537369a7e15b2 pdns-4.1.6.tar.bz2 3a55547e1b6407e7d2faa6e02982ed903c2364381af1b7eeb626ae3a8b0e32558dd79bf31c982b134414e5636d4868c1f3660ac523f25d2440ed6f7b436843bf pdns.initd 3f809f3257680c3e496fa6a4c86c8a636db5d9d5b92aef96fe54c29b8266ee590deb792d13205cc171e27307fa73295dd3b101b09102fd66a2393a7cdbf9dd27 pdns.conf" |