system/apachetop: Updated for version 0.18.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-04-14 01:03:37 +07:00
parent 5c955cd779
commit 02d263c4be
3 changed files with 6 additions and 5 deletions

View file

@ -10,7 +10,7 @@
# See http://sam.zoy.org/wtfpl/COPYING for more details. # See http://sam.zoy.org/wtfpl/COPYING for more details.
PRGNAM=apachetop PRGNAM=apachetop
VERSION=${VERSION:-0.17.4} VERSION=${VERSION:-0.18.4}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="apachetop" PRGNAM="apachetop"
VERSION="0.17.4" VERSION="0.18.4"
HOMEPAGE="https://github.com/tessus/apachetop" HOMEPAGE="https://github.com/tessus/apachetop"
DOWNLOAD="https://github.com/tessus/apachetop/archive/0.17.4/apachetop-0.17.4.tar.gz" DOWNLOAD="https://github.com/tessus/apachetop/archive/0.18.4/apachetop-0.18.4.tar.gz"
MD5SUM="cee4fd250ace4fb07f6f6cb2f44892e1" MD5SUM="a600b3100061d30bb7e56c05fa83d557"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

View file

@ -14,7 +14,7 @@ Index: src/apachetop.cc
#endif #endif
/* process commandline {{{ */ /* process commandline {{{ */
- while ((ch = getopt(argc, argv, "f:H:T:hqlrs:pd:")) != -1) - while ((ch = getopt(argc, argv, "f:H:T:hvqlrs:pd:")) != -1)
+ while ((ch = getopt(argc, argv, "f:o:H:T:hqlrs:pd:")) != -1) + while ((ch = getopt(argc, argv, "f:o:H:T:hqlrs:pd:")) != -1)
{ {
switch(ch) switch(ch)
@ -61,6 +61,7 @@ Index: src/apachetop.cc
- " -d secs refresh delay in seconds [%d]\n" - " -d secs refresh delay in seconds [%d]\n"
+ " -d secs refresh delay in seconds [%d]\n" + " -d secs refresh delay in seconds [%d]\n"
"\n" "\n"
" -v show version\n"
- " -h this help\n" - " -h this help\n"
+ " -h this help\n" + " -h this help\n"
"\n" "\n"