From 45976727689f97b31d69220a5e27d222052682e9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 24 Apr 2024 03:42:10 +0200 Subject: [PATCH] Upgrade to v0.24 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f83207c..d31089c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Movim" description.en = "Decentralized social platform based on XMPP" description.fr = "Plateforme sociale décentralisée basée sur XMPP" -version = "0.19~ynh6" +version = "0.24~ynh1" maintainers = [] @@ -51,8 +51,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/movim/movim/archive/v0.19.tar.gz" - sha256 = "df98b5b0df6fd6bfa5fda88f387ac017bc7bcead42c462745296604f3e0ee501" + url = "https://github.com/movim/movim/archive/refs/tags/v0.24.tar.gz" + sha256 = "f7ab4d5857f8aa7588e5aac4911903258a342db3c6eeca7dba1c72ba23abe0ac" autoupdate.strategy = "latest_github_tag"