mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user