Add feed patch to update babeld to 1.9.1

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Acked-by: Christian Dresel <fff@chrisi01.de>
This commit is contained in:
Fabian Bläse 2019-09-08 23:54:42 +02:00
parent 6fdc930301
commit d40761c13b
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
From a9b2106178cf8f249056e23525c9841029bdf3d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= <fabian@blaese.de>
Date: Sun, 8 Sep 2019 23:19:33 +0200
Subject: [PATCH] Update babeld to 1.9.1
---
babeld/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/babeld/Makefile b/babeld/Makefile
index 5cf136d..3235847 100644
--- a/babeld/Makefile
+++ b/babeld/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=babeld
-PKG_VERSION:=1.8.2
+PKG_VERSION:=1.9.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/
PKG_MD5SUM:=eec395ade02524b3f351507a21742939
-PKG_HASH:=07edecb132386d5561a767482bc5200e04239b18e48c2f0f47ae1c78d60fe5dc
+PKG_HASH:=1e1b3c01dd929177bc8d027aff1494da75e1e567e1f60df3bb45a78d5f1ca0b4
PKG_LICENSE:=MIT
include $(INCLUDE_DIR)/package.mk
--
2.23.0