From 707c50a2043329389c4dfcde9da8e95a9379cc02 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 28 Apr 2024 17:43:09 +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 26863b6..bc72a07 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Invidious" description.en = "Alternative front-end to YouTube" description.fr = "Front-end alternatif à YouTube" -version = "24.03.29~ynh1" +version = "24.04.28~ynh1" maintainers = [""] diff --git a/scripts/_common.sh b/scripts/_common.sh index f420fa3..60e5406 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=08390acd0c17875fddb84cabba54197a5b5740e4 +version_commit=eda7444ca46dbc3941205316baba8030fe0b2989 #================================================= # PERSONAL HELPERS