From 8515249a0649f975a585b1430f7300a545015244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 22 Aug 2021 12:41:04 +0200 Subject: [PATCH] Testing (#55) * Version bump (#54) --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f7f528..74c2d3f 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 Alternative front-end to YouTube -**Shipped version:** 28.07.21~ynh2 +**Shipped version:** 21.08.22~ynh1 **Demo:** https://invidious.site/ diff --git a/README_fr.md b/README_fr.md index f8d0395..be3e5fa 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 Front-end alternatif à YouTube -**Version incluse :** 28.07.21~ynh2 +**Version incluse :** 21.08.22~ynh1 **Démo :** https://invidious.site/ diff --git a/manifest.json b/manifest.json index d045fe5..cf84a6a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end to YouTube", "fr": "Front-end alternatif à YouTube" }, - "version": "28.07.21~ynh2", + "version": "21.08.22~ynh1", "url": "https://invidio.us/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index 62db077..a921bad 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=5c76cdaad9da2330311e78fc4e451c40e88a9598 +version_commit=0db23f925225f50ed574c69abbb0bd5de58bf709 # dependencies used by the app pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"