net/mwan3: update Makefile 4722/head
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 18 Aug 2017 06:54:13 +0000 (08:54 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 25 Aug 2017 06:01:27 +0000 (08:01 +0200)
- Update version
- Update maintainer to me

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/mwan3/Makefile

index 01f9e07f65389bd001ffeb6e745db9a8120e26d0..5387cd9df5443d68c381d4c551ea611a7690d3a1 100644 (file)
@@ -8,9 +8,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mwan3
-PKG_VERSION:=2.0
-PKG_RELEASE:=3
-PKG_MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>
+PKG_VERSION:=2.0.1
+PKG_RELEASE:=1
+PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
 PKG_LICENSE:=GPLv2
 
 include $(INCLUDE_DIR)/package.mk
@@ -21,7 +21,6 @@ define Package/mwan3
    SUBMENU:=Routing and Redirection
    DEPENDS:=+ip +ipset +iptables +iptables-mod-conntrack-extra +iptables-mod-ipopt
    TITLE:=Multiwan hotplug script with connection tracking support
-   MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>
    PKGARCH:=all
 endef