mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/nagios-plugins: Updated for version 1.4.15.
This commit is contained in:
parent
6a7638164b
commit
d29a683adf
2 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nagios-plugins"
|
||||
VERSION="1.4.14"
|
||||
VERSION="1.4.15"
|
||||
HOMEPAGE="http://www.nagios.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/nagiosplug/nagios-plugins-1.4.14.tar.gz"
|
||||
MD5SUM="a1835a48a777863ed2583de3c82446a9"
|
||||
DOWNLOAD_x86_64="http://downloads.sourceforge.net/nagiosplug/nagios-plugins-1.4.14.tar.gz"
|
||||
MD5SUM_x86_64="a1835a48a777863ed2583de3c82446a9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/nagiosplug/nagios-plugins-1.4.15.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="56abd6ade8aa860b38c4ca4a6ac5ab0d"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Zordrak"
|
||||
EMAIL="slackbuilds@tpa.me.uk"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue