diff --git a/LICENSE.md b/LICENSE.md index 3bbdeb4..e694f7e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2021-2022 Gautham varma K +Copyright (c) 2021-2023 Gautham varma K Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 08a4a94..f84ab6f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2021-2022 GauthamVarmaK +Copyright (c) 2021-2023 GauthamVarmaK Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -96,7 +96,7 @@ SOFTWARE. [i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [issue]: https://github.com/GauthamVarmaK/addon-tvheadend/issues [license-shield]: https://img.shields.io/github/license/GauthamVarmaK/addon-tvheadend.svg -[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [releases-shield]: https://img.shields.io/github/release/GauthamVarmaK/addon-tvheadend.svg [releases]: https://github.com/GauthamVarmaK/addon-tvheadend/releases diff --git a/tvheadend/.README.j2 b/tvheadend/.README.j2 index ae87f92..ee15f01 100644 --- a/tvheadend/.README.j2 +++ b/tvheadend/.README.j2 @@ -21,7 +21,7 @@ Have included the following along with TVHeadend: [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/u/gauthamvarmak -[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg [release]: {{ repo }}/tree/{{ version }} diff --git a/tvheadend/DOCS.md b/tvheadend/DOCS.md index f577c6a..71b8776 100644 --- a/tvheadend/DOCS.md +++ b/tvheadend/DOCS.md @@ -94,7 +94,7 @@ This has been possible thanks to the community add-ons initiative by [Frenck][fr MIT License -Copyright (c) 2021-2022 GauthamVarmaK +Copyright (c) 2021-2023 GauthamVarmaK Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index 630055a..06033ea 100644 --- a/tvheadend/Dockerfile +++ b/tvheadend/Dockerfile @@ -7,16 +7,16 @@ COPY requirements.txt /tmp/ RUN \ apk update \ && apk add --no-cache --virtual .build-deps \ - musl-dev=1.2.2-r7 \ - gcc=10.3.1_git20211027-r0 \ - g++=10.3.1_git20211027-r0 \ - libxml2-dev=2.9.13-r0 \ - libxslt-dev=1.1.35-r0 \ - python3-dev=3.9.7-r4 \ + musl-dev=1.2.3-r4 \ + gcc=12.2.1_git20220924-r4 \ + g++=12.2.1_git20220924-r4 \ + libxml2-dev=2.10.3-r1 \ + libxslt-dev=1.1.37-r0 \ + python3-dev=3.10.10-r0 \ && apk add --no-cache \ - tvheadend=4.2.8-r5 \ - py3-pip=20.3.4-r1 \ - libxslt=1.1.35-r0 \ + tvheadend=4.2.8-r6 \ + py3-pip=22.3.1-r1 \ + libxslt=1.1.37-r0 \ && pip3 install \ --no-cache-dir \ --prefer-binary \ diff --git a/tvheadend/build.yaml b/tvheadend/build.yaml index 749241c..b724124 100644 --- a/tvheadend/build.yaml +++ b/tvheadend/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.1 - amd64: ghcr.io/hassio-addons/base/amd64:11.1.1 - armhf: ghcr.io/hassio-addons/base/armhf:11.1.1 - armv7: ghcr.io/hassio-addons/base/armv7:11.1.1 - i386: ghcr.io/hassio-addons/base/i386:11.1.1 + aarch64: ghcr.io/hassio-addons/base/aarch64:13.1.1 + amd64: ghcr.io/hassio-addons/base/amd64:13.1.1 + armhf: ghcr.io/hassio-addons/base/armhf:13.1.1 + armv7: ghcr.io/hassio-addons/base/armv7:13.1.1 + i386: ghcr.io/hassio-addons/base/i386:13.1.1