diff options
author | Sergei Fedosoff <eleksir@gmail.com> | 2017-04-07 22:44:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:57:52 +0700 |
commit | 2683c17ed137c31c5f06d3e3b7a32222e14c4088 (patch) | |
tree | 6df7316c658bdedca2ac8e1df2723bbdcb1c7914 /network/nsd/nsd.SlackBuild | |
parent | fd75204c953e3679bc33f7e849f71615a8123a14 (diff) |
network/nsd: Updated for version 4.1.15.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/nsd/nsd.SlackBuild')
-rw-r--r-- | network/nsd/nsd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/nsd/nsd.SlackBuild b/network/nsd/nsd.SlackBuild index 7db9129e99aa..e1370d03a2b1 100644 --- a/network/nsd/nsd.SlackBuild +++ b/network/nsd/nsd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for YADIFA, Authoritative DNS server -# Copyright (c) 2016, Sergey Fedosov <eleksir@gmail.com> +# Copyright (c) 2017, Sergey Fedosov <eleksir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=nsd USER=$PRGNAM GROUP=$PRGNAM -VERSION=${VERSION:-4.1.13} +VERSION=${VERSION:-4.1.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |