From 3f3fe26e4ee2f030b2b9f613ef94c69e20aa0a5e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Feb 2024 22:47:22 +0100 Subject: [PATCH] Upgrade to v1.4.1 https://github.com/morpheus65535/bazarr/releases/tag/v1.4.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index eac2db7..2d2c281 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Bazarr" description.en = "Automated subtitle downloading for Sonarr and Radarr" description.fr = "Téléchargement automatique de sous-titres pour Sonarr et Radarr" -version = "1.3.1~ynh1" +version = "1.4.1~ynh1" maintainers = ["tituspijean"] @@ -38,8 +38,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/morpheus65535/bazarr/releases/download/v1.2.2/bazarr.zip" - sha256 = "8076da46a504c137d81b8909dc1371686ef81032d6ee485fbc293a7644402edf" + url = "https://github.com/morpheus65535/bazarr/archive/refs/tags/v1.4.1.tar.gz" + sha256 = "854d6bdfc12a128f8e09cf26f229730d26501f7e68e07d52979a4237c49faab0" in_subdir = false autoupdate.strategy = "latest_github_release"