From 0bb738c1a653eb2a96d1175f010866df3becca37 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 24 Jul 2024 03:35:43 +0200 Subject: [PATCH] Upgrade sources - `main` v4.4.9: https://github.com/jeedom/core/releases/tag/4.4.9 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 67645cc..8980103 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Jeedom" description.en = "Home automation application" description.fr = "Application de domotique" -version = "4.1.19~ynh5" +version = "4.4.9~ynh1" maintainers = [] @@ -51,8 +51,8 @@ ram.runtime = "200M" [resources] [resources.sources.main] - url = "https://github.com/jeedom/core/archive/refs/tags/4.1.19.tar.gz" - sha256 = "be50f67286d1533c93584f3653d4669b36d649033ad1750342b704f9a824476a" + url = "https://github.com/jeedom/core/archive/refs/tags/4.4.9.tar.gz" + sha256 = "8afa7a1a2bbb20505e5ad7d4adec12885641ac7001dd023876108af3a03f84c3" autoupdate.strategy = "latest_github_tag"