diff options
author | Dejan Strbac <me@dejanstrbac.com> | 2019-04-18 15:55:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-18 15:55:12 +0700 |
commit | 6d617595963ac59f0aa43877d6578f1517502ec9 (patch) | |
tree | 6a609cda49abd974ebd6e4b22c9e113114dfd1e2 /network/pdns-recursor/pdns-recursor.SlackBuild | |
parent | d11e66e2d6f7918a70af57d90bbae3296042425c (diff) | |
download | slackbuilds-6d617595963ac59f0aa43877d6578f1517502ec9.tar.gz |
network/pdns-recursor: Updated for version 4.1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pdns-recursor/pdns-recursor.SlackBuild')
-rw-r--r-- | network/pdns-recursor/pdns-recursor.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/pdns-recursor/pdns-recursor.SlackBuild b/network/pdns-recursor/pdns-recursor.SlackBuild index 8f6cd6e089..13de370e7d 100644 --- a/network/pdns-recursor/pdns-recursor.SlackBuild +++ b/network/pdns-recursor/pdns-recursor.SlackBuild @@ -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} |