From b37fc683c66a20a9015e484ec1edf5211436f0a0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 5 Feb 2024 21:34:21 +0100 Subject: [PATCH] Upgrade to v0.9.0 Changelog: https://github.com/Awesome-Technologies/synapse-admin/releases/tag/0.9.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7def4f0..34cf991 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.8.7~ynh3" +version = "0.9.0~ynh1" maintainers = [] @@ -48,8 +48,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Awesome-Technologies/synapse-admin/releases/download/0.8.7/synapse-admin-0.8.7-dirty.tar.gz" - sha256 = "3f74cbfec0a3b14b5684d1bded4816a7946d2e9b88b7186767189c14811224e9" + url = "https://github.com/Awesome-Technologies/synapse-admin/releases/download/0.9.0/synapse-admin-0.9.0.tar.gz" + sha256 = "5082d9d9300357f74c829fe526a06d5ff41e8c021cea6b03bb7cb4cf0dc1750b" autoupdate.strategy = "latest_github_release" autoupdate.asset = "synapse-admin-.*.tar.gz"