diff --git a/README.md b/README.md index 5e4d105..5edbdf8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in TV streaming server and recorder -**Shipped version:** 4.3.1979~ynh9 +**Shipped version:** 4.3.2009~ynh9 diff --git a/README_fr.md b/README_fr.md index 1156d7d..0b63e79 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Serveur de streaming et d'enregistrement TV -**Version incluse :** 4.3.1979~ynh9 +**Version incluse :** 4.3.2009~ynh9 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