Compare commits

...

1 Commits

Author SHA1 Message Date
Rasmus
3a4ee7ab9f Bump xmltv to 0.6.1 (#118) 2019-03-02 15:15:33 +01:00
5 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM lsiobase/alpine:3.8 as buildstage
# package versions
ARG ARGTABLE_VER="2.13"
ARG XMLTV_VER="v0.5.70"
ARG XMLTV_VER="v0.6.1"
# environment settings
ARG TZ="Europe/Oslo"

View File

@@ -3,7 +3,7 @@ FROM lsiobase/alpine.arm64:3.8 as buildstage
# package versions
ARG ARGTABLE_VER="2.13"
ARG XMLTV_VER="v0.5.70"
ARG XMLTV_VER="v0.6.1"
# environment settings
ARG TZ="Europe/Oslo"

View File

@@ -3,7 +3,7 @@ FROM lsiobase/alpine.armhf:3.8 as buildstage
# package versions
ARG ARGTABLE_VER="2.13"
ARG XMLTV_VER="v0.5.70"
ARG XMLTV_VER="v0.6.1"
# environment settings
ARG TZ="Europe/Oslo"

View File

@@ -246,6 +246,7 @@ Below are the instructions for updating containers:
## Versions
* **01.03.19:** - Bump xmltv to 0.6.1.
* **28.02.19:** - add perl-lwp-useragent-determined.
* **17.02.19:** - Bump xmltv to 5.70, ensure version tagging works by cloning tvheadend.
* **14.02.19:** - Add picons path to config.

View File

@@ -125,6 +125,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "01.03.19:", desc: "Bump xmltv to 0.6.1." }
- { date: "28.02.19:", desc: "add perl-lwp-useragent-determined." }
- { date: "17.02.19:", desc: "Bump xmltv to 5.70, ensure version tagging works by cloning tvheadend." }
- { date: "14.02.19:", desc: "Add picons path to config." }