mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/nethogs: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
be11ce9aa4
commit
4f64df3cf7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# sed in SLKCFLAGS and removed template left-overs.
|
||||
|
||||
PRGNAM=nethogs
|
||||
VERSION=0.8.5
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue