forked from Ivasoft/docker-tvheadend
use sourceforge master rather than mirror for xmltv
This commit is contained in:
@@ -176,7 +176,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 && \
|
||||
|
||||
@@ -160,6 +160,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 missing pngquant package.
|
||||
+ **21.02.18:** Fix wrong version of iconv used and add some build options from CvH.
|
||||
+ **11.12.17:** Rebase to alpine 3.7, linting fixes.
|
||||
|
||||
Reference in New Issue
Block a user