From 2a15c8e056d083d5e5d5cdbf7853877969526aff Mon Sep 17 00:00:00 2001 From: Sylvain CECCHETTO Date: Tue, 12 Nov 2019 10:32:51 +0100 Subject: [PATCH] Update upstream version to 4.2.8-35 --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 94fb82f..7eb209c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV D Tvheadend works as backend PVR live TV for Kodi. -**Shipped version:** 4.2.8-34 +**Shipped version:** 4.2.8-35 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 7ab7bd2..a3edb5e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV D Tvheadend works as backend PVR live TV for Kodi. -**Version incluse:** 4.2.8-34 +**Version incluse:** 4.2.8-35 ## Captures d'écran diff --git a/manifest.json b/manifest.json index a5f4ef5..f814e06 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources", "fr": "Tvheadend est un serveur streaming TV pour Linux et supporte les sources d'entrées DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP et HDHomeRun" }, - "version": "4.2.8-34~ynh5", + "version": "4.2.8-35~ynh5", "url": "https://tvheadend.org", "license": "free", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index b728d96..a51ee87 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,6 +9,6 @@ pkg_dependencies_x86="libavahi-client3 libavahi-common3 libc6 libdbus-1-3 libssl pkg_dependencies_rb="libavahi-client3 libavahi-common3 libc6 libdbus-1-3 libssl1.1 liburiparser1 zlib1g dvb-apps bzip2" # deb package URLs -tvheadend_deb_x86_64="https://doozer.io/artifact/3v7vjgq8ic/tvheadend_4.2.8-34~g5fab06b52~stretch_amd64.deb" -tvheadend_deb_x86_32="https://doozer.io/artifact/dzzo2tqpql/tvheadend_4.2.8-34~g5fab06b52~stretch_i386.deb" -tvheadend_deb_arm="https://doozer.io/artifact/nex4teu3he/tvheadend_4.2.8-34~g5fab06b52~raspbianstretch_armhf.deb" +tvheadend_deb_x86_64="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.2.8-35/tvheadend_4.2.8-35%7Egcfa450ed1%7Estretch_amd64.deb" +tvheadend_deb_x86_32="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.2.8-35/tvheadend_4.2.8-35%7Egcfa450ed1%7Estretch_i386.deb" +tvheadend_deb_arm="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.2.8-35/tvheadend_4.2.8-35%7Egcfa450ed1%7Eraspbianstretch_armhf.deb"