From bed4f3bd10c237f1429ab7f029b9cd8b2c327bc3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 8 Aug 2024 03:35:33 +0200 Subject: [PATCH] Upgrade sources - `main` v2024.8.0: https://github.com/home-assistant/core/releases/tag/2024.8.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c9a0f47..01b254c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Home Assistant" description.en = "Home automation platform" description.fr = "Plateforme domotique" -version = "2024.7.4~ynh1" +version = "2024.8.0~ynh1" maintainers = ["ewilly"] @@ -80,8 +80,8 @@ ram.runtime = "2G" [resources.sources] [resources.sources.main] - url = "https://github.com/home-assistant/core/archive/refs/tags/2024.7.4.tar.gz" - sha256 = "16d00a28fa476153fd0bc699c17b88d3d9b329093b9c91475a72b300fe5342a0" + url = "https://github.com/home-assistant/core/archive/refs/tags/2024.8.0.tar.gz" + sha256 = "988dca5a404f7aa8609c5b4896eb607c95919cfc4cf11ac179b51b3e3fde7ae5" autoupdate.strategy = "latest_github_release"