mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/apachetop: Updated for version 0.18.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c955cd779
commit
02d263c4be
3 changed files with 6 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
# See http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
|
||||
PRGNAM=apachetop
|
||||
VERSION=${VERSION:-0.17.4}
|
||||
VERSION=${VERSION:-0.18.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="apachetop"
|
||||
VERSION="0.17.4"
|
||||
VERSION="0.18.4"
|
||||
HOMEPAGE="https://github.com/tessus/apachetop"
|
||||
DOWNLOAD="https://github.com/tessus/apachetop/archive/0.17.4/apachetop-0.17.4.tar.gz"
|
||||
MD5SUM="cee4fd250ace4fb07f6f6cb2f44892e1"
|
||||
DOWNLOAD="https://github.com/tessus/apachetop/archive/0.18.4/apachetop-0.18.4.tar.gz"
|
||||
MD5SUM="a600b3100061d30bb7e56c05fa83d557"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -14,7 +14,7 @@ Index: src/apachetop.cc
|
|||
#endif
|
||||
|
||||
/* 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)
|
||||
{
|
||||
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"
|
||||
"\n"
|
||||
" -v show version\n"
|
||||
- " -h this help\n"
|
||||
+ " -h this help\n"
|
||||
"\n"
|
||||
|
|
Loading…
Reference in a new issue