Skip to content

Commit

Permalink
Bump xmltv to 0.6.1 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusbe authored and tobbenb committed Mar 2, 2019
1 parent a2f49bb commit 3a4ee7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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." }
Expand Down

0 comments on commit 3a4ee7a

Please sign in to comment.