From 11d316c98bd2aa21d768f92f8244a22e54caaa49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 4 Apr 2023 11:26:44 +0200 Subject: [PATCH] upgrade to upstream --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index a7cd1e8..108f927 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/iv-org/invidious" website = "https://invidio.us/" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.16" architectures = ["amd64"] multi_instance = false ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index a83f026..53b9e08 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=8a44bd11d2abab8c9203d6dc3c3d5824e5e26327 +version_commit=8db2a93827a4e27a55a9095be15083ea68cdd571 #================================================= # PERSONAL HELPERS