diff options
author | Brian J. Murrell <brian@interlinx.bc.ca> | 2020-04-30 08:25:06 -0400 |
---|---|---|
committer | Florian Eckert <Eckert.Florian@googlemail.com> | 2020-04-30 14:55:20 +0200 |
commit | b017fe34ddbc0387aef2bb3c36802ae64de35fc2 (patch) | |
tree | d817310bf21d90eecc3d9f0548306ea67ff8c1f0 /net/mwan3 | |
parent | 49cf5eac5cfcfbf371e84d8ddaa0e1b55175100f (diff) |
mwan3: Update Makefile
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
Diffstat (limited to 'net/mwan3')
-rw-r--r-- | net/mwan3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile index 67a1a58f4..0a2a4d297 100644 --- a/net/mwan3/Makefile +++ b/net/mwan3/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mwan3 -PKG_VERSION:=2.8.4 -PKG_RELEASE:=2 +PKG_VERSION:=2.8.5 +PKG_RELEASE:=1 PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de> PKG_LICENSE:=GPL-2.0 |