diff options
Diffstat (limited to 'network/wavemon')
-rw-r--r-- | network/wavemon/README | 3 | ||||
-rw-r--r-- | network/wavemon/wavemon.SlackBuild | 4 | ||||
-rw-r--r-- | network/wavemon/wavemon.info | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/network/wavemon/README b/network/wavemon/README index f1f5ddfffd..3d1a5c51a6 100644 --- a/network/wavemon/README +++ b/network/wavemon/README @@ -11,5 +11,6 @@ It was originally developed by Jan Morgenstern. If you use a filesystem that supports posix capabilities, an easy way to start wavemon as a normal user, while still providing it with all of the -access permissions it requires, is by issuing the following command as root: +access permissions it requires, is by issuing the following command as +root: # setcap cap_net_admin=eip /usr/bin/wavemon diff --git a/network/wavemon/wavemon.SlackBuild b/network/wavemon/wavemon.SlackBuild index e9c8499483..79885a0040 100644 --- a/network/wavemon/wavemon.SlackBuild +++ b/network/wavemon/wavemon.SlackBuild @@ -3,11 +3,11 @@ # Wavemon Copyright 2012 Vliegendehuiskat, Netherlands # Slackware build script for <wavemon> -# Written by Nick Warne <nick@linicks.net> 2019... +# Written by Nick Warne <warne.nick@gmail.com> 2019... # Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING> PRGNAM=wavemon -VERSION=${VERSION:-0.9.0} +VERSION=${wavemon-0.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/wavemon/wavemon.info b/network/wavemon/wavemon.info index bdb5de65f9..0774583082 100644 --- a/network/wavemon/wavemon.info +++ b/network/wavemon/wavemon.info @@ -1,10 +1,10 @@ PRGNAM="wavemon" -VERSION="0.9.0" +VERSION="0.9.3" HOMEPAGE="https://github.com/uoaerg/wavemon" -DOWNLOAD="https://github.com/uoaerg/wavemon/archive/v0.9.0/wavemon-0.9.0.tar.gz" -MD5SUM="7276dd648da5463798f3662d33c29ecc" +DOWNLOAD="https://github.com/uoaerg/wavemon/archive/v0.9.3/wavemon-0.9.3.tar.gz" +MD5SUM="57879ea3bd68381f5e13c721d285f588" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Nick Warne" -EMAIL="nick@linicks.net" +EMAIL="warne.nick@gmail.com" |