diff options
author | B. Watson <yalhcru@gmail.com> | 2016-07-27 01:43:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | 808480393e804d6ffcb304e70b1a30691d6e2d7b (patch) | |
tree | 7ebf3a5ea0c2f03b2c0e3156cab0dbf76439ac27 /network/bmon/bmon.SlackBuild | |
parent | 171c3d9b6a283c964e77520c93f80dde2b0db0a5 (diff) | |
download | slackbuilds-808480393e804d6ffcb304e70b1a30691d6e2d7b.tar.gz |
network/bmon: Updated for version 3.9.
Diffstat (limited to 'network/bmon/bmon.SlackBuild')
-rw-r--r-- | network/bmon/bmon.SlackBuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/network/bmon/bmon.SlackBuild b/network/bmon/bmon.SlackBuild index de54494ca4..99cd4d325b 100644 --- a/network/bmon/bmon.SlackBuild +++ b/network/bmon/bmon.SlackBuild @@ -6,16 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20140825 bkw: -# - updated for 3.4 -# - remove unused diffs from tarball -# - install bmon.conf as .new config, add doinst.sh - -# 20150509 bkw: -# - updated for 3.6 - PRGNAM=bmon -VERSION=${VERSION:-3.8} +VERSION=${VERSION:-3.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |