From 7aa480831c5545a34262940662be2d7d8c71498a Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 30 Jul 2016 13:29:00 +0200 Subject: [PATCH] babeld: Update source URL There is a HTTP redirection in place from the old URL to the new URL, but better change it now than waiting for the redirection to disappear. Signed-off-by: Baptiste Jonglez --- babeld/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babeld/Makefile b/babeld/Makefile index b7efade..2ba0834 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.7.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/ +PKG_SOURCE_URL:=https://www.irif.univ-paris-diderot.fr/~jch/software/files/ PKG_MD5SUM:=2f71794d4e67f8a5352164ce33611549 PKG_LICENSE:=MIT