From 6e471eb2966e683a0c516bb9489fd5b06e16201a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 27 Jan 2022 10:11:42 +0100 Subject: [PATCH] upgrade to upstream --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cada44c..1480bbe 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end to YouTube", "fr": "Front-end alternatif à YouTube" }, - "version": "22.01.14~ynh2", + "version": "22.01.27~ynh1", "url": "https://invidio.us/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index b6ff7ea..8f123b9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=8b0ed8b110752327b98565e4ecc4faf437c0bb3b +version_commit=0749baae4bf81ac89550f7927bd5375f27ea1ca7 # dependencies used by the app pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"