summaryrefslogtreecommitdiff
path: root/system/nagios-plugins/nagios-plugins.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/nagios-plugins/nagios-plugins.SlackBuild')
-rw-r--r--system/nagios-plugins/nagios-plugins.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/nagios-plugins/nagios-plugins.SlackBuild b/system/nagios-plugins/nagios-plugins.SlackBuild
index efc336d137..18a094823a 100644
--- a/system/nagios-plugins/nagios-plugins.SlackBuild
+++ b/system/nagios-plugins/nagios-plugins.SlackBuild
@@ -1,20 +1,18 @@
#!/bin/sh
-# Slackware build script for nrpe
+# Slackware build script for nagios-plugins
# Written by Zordrak <slackbuilds@tpa.me.uk>
PRGNAM=nagios-plugins
-VERSION=${VERSION:-1.4.14}
+VERSION=${VERSION:-1.4.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi