aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/apachetop/apachetop.SlackBuild2
-rw-r--r--system/apachetop/apachetop.info6
-rw-r--r--system/apachetop/apachetop.outputfile.patch3
3 files changed, 6 insertions, 5 deletions
diff --git a/system/apachetop/apachetop.SlackBuild b/system/apachetop/apachetop.SlackBuild
index 0554b0aa6beb..bfee045d9faa 100644
--- a/system/apachetop/apachetop.SlackBuild
+++ b/system/apachetop/apachetop.SlackBuild
@@ -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}
diff --git a/system/apachetop/apachetop.info b/system/apachetop/apachetop.info
index 9270b6d4b86f..ca6c814a8fe9 100644
--- a/system/apachetop/apachetop.info
+++ b/system/apachetop/apachetop.info
@@ -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=""
diff --git a/system/apachetop/apachetop.outputfile.patch b/system/apachetop/apachetop.outputfile.patch
index ff7913f31856..95e484370cf2 100644
--- a/system/apachetop/apachetop.outputfile.patch
+++ b/system/apachetop/apachetop.outputfile.patch
@@ -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"