update xmltv

This commit is contained in:
aptalca
2022-01-06 13:33:50 -05:00
parent 63be7472e3
commit eb738d902c
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage
# package versions
ARG ARGTABLE_VER="2.13"
ARG XMLTV_VER="v0.6.3"
ARG XMLTV_VER="v1.0.0"
# environment settings
ARG TZ="Europe/Oslo"

View File

@@ -3,7 +3,7 @@ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.12 as buildstage
# package versions
ARG ARGTABLE_VER="2.13"
ARG XMLTV_VER="v0.6.3"
ARG XMLTV_VER="v1.0.0"
# environment settings
ARG TZ="Europe/Oslo"

View File

@@ -3,7 +3,7 @@ FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.12 as buildstage
# package versions
ARG ARGTABLE_VER="2.13"
ARG XMLTV_VER="v0.6.3"
ARG XMLTV_VER="v1.0.0"
# environment settings
ARG TZ="Europe/Oslo"

View File

@@ -309,7 +309,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **05.01.22:** - Disable execinfo to fix builds.
* **05.01.22:** - Disable execinfo to fix builds. Update xmltv.
* **11.05.21:** - Added Intel iHD driver support.
* **02.06.20:** - Update to Alpine 3.12.
* **27.12.19:** - Add requests and perl-json-xs package.

View File

@@ -124,7 +124,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "05.01.22:", desc: "Disable execinfo to fix builds." }
- { date: "05.01.22:", desc: "Disable execinfo to fix builds. Update xmltv." }
- { date: "11.05.21:", desc: "Added Intel iHD driver support." }
- { date: "02.06.20:", desc: "Update to Alpine 3.12." }
- { date: "27.12.19:", desc: "Add requests and perl-json-xs package." }