use sourceforge master rather than mirror for xmltv

This commit is contained in:
sparklyballs
2018-03-04 09:21:56 +00:00
parent 4af60c604c
commit a306c49d7a
2 changed files with 4 additions and 1 deletions

View File

@@ -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 && \