X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=blobdiff_plain;f=babeld%2FMakefile;h=cd7f6e36a73fe5ee894598047b58f1d61a2aef3e;hp=b46f4f2ed991b8d675e52ba8f567144cde7f34da;hb=7ddbedb649896404871814c0aa4211a09ba2efdd;hpb=259cb6eada082c0c439a14acf9ba607fcc231b20 diff --git a/babeld/Makefile b/babeld/Makefile index b46f4f2..cd7f6e3 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld -PKG_VERSION:=1.7.1 -PKG_RELEASE:=1 +PKG_VERSION:=1.8.0 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://www.irif.univ-paris-diderot.fr/~jch/software/files/ -PKG_MD5SUM:=2f71794d4e67f8a5352164ce33611549 +PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/ +PKG_MD5SUM:=eb1c66c382e9181c418ebd84e52b5af2 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 + URL:=https://www.irif.fr/~jch/software/babel/ + MAINTAINER:=Gabriel Kerneis , \ + Baptiste Jonglez DEPENDS:=@IPV6 endef