From 93faf9bded80dab0df80f7cafe574f20a2c21571 Mon Sep 17 00:00:00 2001 From: Sylvain CECCHETTO Date: Sat, 12 Mar 2022 13:14:13 +0100 Subject: [PATCH] Bump upstream to 4.3.2009 --- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0988bf7..5f44014 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "TV streaming server and recorder", "fr": "Serveur de streaming et d'enregistrement TV" }, - "version": "4.3.1979~ynh9", + "version": "4.3.2009~ynh9", "url": "https://tvheadend.org", "upstream": { "license": "GPL-3.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 4f8beee..d5d23a8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,8 +9,8 @@ pkg_dependencies_x86="libavahi-client3 libavahi-common3 libc6 libdbus-1-3 libdvb pkg_dependencies_rb="libavahi-client3 libavahi-common3 libc6 libdbus-1-3 libdvbcsa1 libpcre2-8-0 libssl1.1 liburiparser1 zlib1g bzip2" # deb package URLs -tvheadend_deb_x86="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.3.1979/tvheadend_4.3-1979%7Eg8fc2dfa7e%7Estretch_amd64.deb" -tvheadend_deb_arm="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.3.1979/tvheadend_4.3-1979%7Eg8fc2dfa7e%7Eraspbianstretch_armhf.deb" +tvheadend_deb_x86="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.3.2009/tvheadend_4.3-2009%7Eg1295dd2be%7Estretch_amd64.deb" +tvheadend_deb_arm="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.3.2009/tvheadend_4.3-2009%7Eg1295dd2be%7Eraspbianstretch_armhf.deb" #================================================= # PERSONAL HELPERS