diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-01-03 17:07:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 07:12:59 +0700 |
commit | 4ee7baf60d4af0765ca949bc1d2e5b8f2d97d513 (patch) | |
tree | 4b4087bca5fcff827e295eed12f730f388700d35 /system | |
parent | 03440a9702d4a6c2276e32bd51e01111c38baaf9 (diff) | |
download | slackbuilds-4ee7baf60d4af0765ca949bc1d2e5b8f2d97d513.tar.gz |
system/nagios-plugins: Updated for version 2.1.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system')
-rw-r--r-- | system/nagios-plugins/nagios-plugins.SlackBuild | 24 | ||||
-rw-r--r-- | system/nagios-plugins/nagios-plugins.info | 6 |
2 files changed, 24 insertions, 6 deletions
diff --git a/system/nagios-plugins/nagios-plugins.SlackBuild b/system/nagios-plugins/nagios-plugins.SlackBuild index cf2c8963d0..6f8c2ac4b7 100644 --- a/system/nagios-plugins/nagios-plugins.SlackBuild +++ b/system/nagios-plugins/nagios-plugins.SlackBuild @@ -2,11 +2,29 @@ # Slackware build script for nagios-plugins -# Written by Zordrak <slackbuilds@tpa.me.uk> -# Modified by Mario Preksavec <mario@slackware.hr> +# Copyright 2010 Zordrak <slackbuilds@tpa.me.uk> +# Copyright 2014, 2015, 2016 Mario Preksavec, Zagreb, Croatia +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nagios-plugins -VERSION=${VERSION:-2.0.3} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/nagios-plugins/nagios-plugins.info b/system/nagios-plugins/nagios-plugins.info index df5a541de2..602cc94dcb 100644 --- a/system/nagios-plugins/nagios-plugins.info +++ b/system/nagios-plugins/nagios-plugins.info @@ -1,8 +1,8 @@ PRGNAM="nagios-plugins" -VERSION="2.0.3" +VERSION="2.1.1" HOMEPAGE="https://www.nagios-plugins.org/" -DOWNLOAD="https://www.nagios-plugins.org/download/nagios-plugins-2.0.3.tar.gz" -MD5SUM="6755765bab88b506181268ef7982595e" +DOWNLOAD="https://www.nagios-plugins.org/download/nagios-plugins-2.1.1.tar.gz" +MD5SUM="e199ca874df5723bfaca8c43887b1a79" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="nagios" |