From a89af2781b6d4fe34d2fcd4828542fa440977e75 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 8 Apr 2024 03:39:16 +0200 Subject: [PATCH] Upgrade to v2024.3.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dcd31d3..cfe046e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Misskey" description.en = "Microblogging platform" description.fr = "Platforme de Microblogging" -version = "12.119.2~ynh1" +version = "2024.3.1~ynh1" maintainers = [] @@ -40,8 +40,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources] [resources.sources.main] - url = "https://github.com/misskey-dev/misskey/archive/refs/tags/12.119.2.tar.gz" - sha256 = "0620c8d4ee82f3bfa5749197b719cff606628413875589918df58f71cae9df57" + url = "https://github.com/misskey-dev/misskey/archive/refs/tags/2024.3.1.tar.gz" + sha256 = "f962f38fbf71f600fcc8c1969f418f46565fa58b83dc93528d29a3e65fd79571" autoupdate.strategy = "latest_github_tag"