diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-09-03 03:50:43 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-09-03 03:50:43 +0000 |
commit | dda36349496e0987f0ccf4f23929f7870ba11813 (patch) | |
tree | 1b469ee961c93e7f3565a52a6c50a0caba9afa9c /net/analyzer/nagios-plugins | |
parent | b1c576dfbc932afc7c1ecc09348df2dcc5ac3fc7 (diff) | |
download | slackbuilds-dda36349496e0987f0ccf4f23929f7870ba11813.tar.gz slackbuilds-dda36349496e0987f0ccf4f23929f7870ba11813.tar.bz2 |
merging with changes made since 21th May
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1903 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/analyzer/nagios-plugins')
-rwxr-xr-x | net/analyzer/nagios-plugins/nagios-plugins.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild b/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild index ccb7da5a..7ec8a42f 100755 --- a/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild +++ b/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild @@ -15,7 +15,8 @@ # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA # -# SlackBuild for Nagios Plugins (http://nagiosplugins.org/) +# SlackBuild for Nagios Plugins +# http://nagiosplugins.org/ # # Author: Luis ( luis at riseup d0t net ) # @@ -32,7 +33,7 @@ CWD="$(pwd)" SRC_NAME="nagios-plugins" PKG_NAME="nagios-plugins" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=1.4.11} +SRC_VERSION=${VERSION:=1.4.12} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1ls} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME |