network/pdns-recursor: Updated for version 4.1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d11e66e2d6
commit
6d61759596
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for pdns-recursor
|
||||
|
||||
# Copyright 2018 Dejan Strbac, Zurich, CH
|
||||
# Copyright 2019 Dejan Strbac, Zurich, CH
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pdns-recursor
|
||||
VERSION=${VERSION:-4.1.8}
|
||||
VERSION=${VERSION:-4.1.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdns-recursor"
|
||||
VERSION="4.1.8"
|
||||
VERSION="4.1.12"
|
||||
HOMEPAGE="https://www.powerdns.com/recursor.html"
|
||||
DOWNLOAD="https://downloads.powerdns.com/releases/pdns-recursor-4.1.8.tar.bz2"
|
||||
MD5SUM="318d14250d5cdec3d155026f72469673"
|
||||
DOWNLOAD="https://downloads.powerdns.com/releases/pdns-recursor-4.1.12.tar.bz2"
|
||||
MD5SUM="c50b2910790b06bd819f9bd77f037561"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
|
|
Loading…
Reference in New Issue