batctl: upgrade package to latest release 2018.1
[feed/routing.git] / babeld / Makefile
index 2d781ef73b9efd55c867cb196f44add03289e5da..db2b32c564892772aa977a68d98765395a09eb8c 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=babeld
-PKG_VERSION:=1.8.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.8.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://www.irif.univ-paris-diderot.fr/~jch/software/files/
-PKG_MD5SUM:=eb1c66c382e9181c418ebd84e52b5af2
+PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/
+PKG_MD5SUM:=a57caa5be996c61bd6a1616fdc01d807
 PKG_LICENSE:=MIT
 
 include $(INCLUDE_DIR)/package.mk
@@ -23,8 +23,9 @@ define Package/babeld
   CATEGORY:=Network
   SUBMENU:=Routing and Redirection
   TITLE:=A loop-free distance-vector routing protocol
-  URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
-  MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
+  URL:=https://www.irif.fr/~jch/software/babel/
+  MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>, \
+              Baptiste Jonglez <openwrt-pkg@bitsofnetworks.org>
   DEPENDS:=@IPV6
 endef