From bbdac8a55af926e0a6a5d27b90a9634c78c0c816 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 21 Aug 2024 03:47:40 +0200 Subject: [PATCH] Upgrade sources - `main` v1.5.19: https://github.com/TandoorRecipes/recipes/releases/tag/1.5.19 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 15361f1..03b604f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Tandoor" description.en = "Manage and share recipes, plan meals, build shopping lists" description.fr = "Gérez et partagez des recettes, planifiez des repas, créez des listes de courses" -version = "1.5.18~ynh2" +version = "1.5.19~ynh1" maintainers = ["Navan Chauhan"] @@ -39,8 +39,8 @@ ram.runtime = "1500M" [resources] [resources.sources.main] - url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.18.tar.gz" - sha256 = "1f8b3f32bc3bfa362ecf5e172f671ba9b2e6584d388718b764c51d23f7d98400" + url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.19.tar.gz" + sha256 = "7694d44a1bae656deb66b1ce5a7c1a79b1ef6b03456a42329dec1ba2b615fbd0" in_subdir = true autoupdate.strategy = "latest_github_tag"