From 5b35f4b80501e1218f7a0f873386517961aa5380 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Wed, 21 Dec 2016 21:39:31 +0100 Subject: [PATCH] babeld: update to version 1.8 which is compatible to 1.7.1 Signed-off-by: Christof Schulze --- babeld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babeld/Makefile b/babeld/Makefile index b46f4f2..3264e9c 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld -PKG_VERSION:=1.7.1 +PKG_VERSION:=1.8.0 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:=2f71794d4e67f8a5352164ce33611549 +PKG_MD5SUM:=eb1c66c382e9181c418ebd84e52b5af2 PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk -- 2.30.2