From a306c49d7a17cf4297e8f9dfdd5e95c999bf15a6 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 4 Mar 2018 09:21:56 +0000 Subject: [PATCH] use sourceforge master rather than mirror for xmltv --- Dockerfile | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ac8601..185f332 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM lsiobase/alpine:3.7 +FROM lsiobase/alpine:3.7 + # set version label ARG BUILD_DATE ARG VERSION @@ -183,7 +185,7 @@ RUN \ echo "**** build XMLTV ****" && \ curl -o \ /tmp/xmtltv-src.tar.bz2 -L \ - "http://kent.dl.sourceforge.net/project/xmltv/xmltv/${XMLTV_VER}/xmltv-${XMLTV_VER}.tar.bz2" && \ + "https://sourceforge.net/projects/xmltv/files/xmltv/${XMLTV_VER}/xmltv-${XMLTV_VER}.tar.bz2" && \ tar xf \ /tmp/xmtltv-src.tar.bz2 -C \ /tmp --strip-components=1 && \ diff --git a/README.md b/README.md index e7d3ad0..0950a41 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ You need to enable minimum advanced view level to see the picons options. ## Versions ++ **04.03.18:** Use sourceforge master rather than mirror for xmltv. + **22.02.18:** Add lost libva-intel-driver. + **21.02.18:** Fix wrong version of iconv used. + **18.02.18:** Add vaapi support, some cleanup and dropping of deprecated options.