mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
network/pdns-recursor: Updated for version 4.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
17720f39f0
commit
8ec5aafc57
3 changed files with 4 additions and 7 deletions
|
@ -1,4 +1 @@
|
||||||
This is the SlackBuild for PowerDNS recursive nameserver.
|
This is the SlackBuild for PowerDNS recursive nameserver.
|
||||||
|
|
||||||
Docs are available at:
|
|
||||||
https://doc.powerdns.com/recursor/index.html
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pdns-recursor
|
PRGNAM=pdns-recursor
|
||||||
VERSION=${VERSION:-4.1.2}
|
VERSION=${VERSION:-4.1.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pdns-recursor"
|
PRGNAM="pdns-recursor"
|
||||||
VERSION="4.1.2"
|
VERSION="4.1.8"
|
||||||
HOMEPAGE="https://www.powerdns.com/recursor.html"
|
HOMEPAGE="https://www.powerdns.com/recursor.html"
|
||||||
DOWNLOAD="https://downloads.powerdns.com/releases/pdns-recursor-4.1.2.tar.bz2"
|
DOWNLOAD="https://downloads.powerdns.com/releases/pdns-recursor-4.1.8.tar.bz2"
|
||||||
MD5SUM="384de979819389d85c4a3f1ec00d0500"
|
MD5SUM="318d14250d5cdec3d155026f72469673"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="lua"
|
REQUIRES="lua"
|
||||||
|
|
Loading…
Reference in a new issue