From 52e281eca7f7690f4301d913f12db13ebc5bd899 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 18 Apr 2024 03:42:29 +0200 Subject: [PATCH] Upgrade to v0.9.2 https://github.com/Awesome-Technologies/synapse-admin/releases/tag/0.9.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c3c8df4..a6d0f96 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Synapse Admin" description.en = "Admin UI for Synapse" description.fr = "Admin UI pour Synapse" -version = "0.9.1~ynh1" +version = "0.9.2~ynh1" maintainers = [] @@ -48,8 +48,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Awesome-Technologies/synapse-admin/releases/download/0.9.1/synapse-admin-0.9.1.tar.gz" - sha256 = "116587e23651c42bb63da8f660c475f5aca2b3f6a3bc5bcac43322ad1a071f2b" + url = "https://github.com/Awesome-Technologies/synapse-admin/releases/download/0.9.2/synapse-admin-0.9.2.tar.gz" + sha256 = "85e1edce1e2dc79bd655fc9ea93966d03ba2b502e5311eecec9e26a8bead0862" autoupdate.strategy = "latest_github_release" autoupdate.asset = "synapse-admin-.*.tar.gz"