From f25314afd71657a51e1dc02759edaf99c22bb270 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 25 Dec 2015 12:45:05 +0100 Subject: [PATCH] vdr_eepg: fix source download. the external server has changed the compression so the md5 has changed. Always use the IPFire server as primary download source. Signed-off-by: Arne Fitzenreiter --- lfs/vdr_eepg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/vdr_eepg b/lfs/vdr_eepg index fddd0756bb..3a91256f10 100644 --- a/lfs/vdr_eepg +++ b/lfs/vdr_eepg @@ -29,7 +29,9 @@ VER = master THISAPP = vdr-plugin-eepg-$(VER) DL_FILE = vdr-plugin-eepg-$(GIT_VER).tar.bz2 -DL_FROM = http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/snapshot +# SOURCE http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/snapshot + +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_eepg -- 2.39.2