From 961610de1b55804907cd546014540d2f589b38af Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 22 Mar 2024 02:35:26 +0100 Subject: [PATCH] Upgrade to v2024.03 https://github.com/friendica/friendica/releases/tag/2024.03 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index c9b947d..ea2dd20 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Friendica" description.en = "Decentralized Social Network" description.fr = "Réseau social décentralisé" -version = "2023.12~ynh4" +version = "2024.03~ynh1" maintainers = [ "" ] @@ -47,13 +47,13 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/friendica/friendica/archive/refs/tags/2023.12.tar.gz" - sha256 = "d55475628ae24aab1ee7ed3367d22b2fd3ee49200b5da276c69e97df2afbd943" + url = "https://github.com/friendica/friendica/archive/refs/tags/2024.03.tar.gz" + sha256 = "0c746d417e885291b80566a323de9554eaf6b24646049826d7299892e798ba69" autoupdate.strategy = "latest_github_release" [resources.sources.addons] - url = "https://github.com/friendica/friendica-addons/archive/refs/tags/2023.12.tar.gz" - sha256 = "d0228833584dd7dc0301ee04bd41728345c8051d84908849dea52ed04a7c8982" + url = "https://github.com/friendica/friendica-addons/archive/refs/tags/2024.03.tar.gz" + sha256 = "8a1cd04fe0377f7f6227e23a4108740257372031481e7599c289bd888a75a4bc" autoupdate.upstream = "https://github.com/friendica/friendica-addons" autoupdate.strategy = "latest_github_tag"