From a01ac1ff7e056a928ce0c5fffb3b22073d9d4c12 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:12:14 +0000 Subject: [PATCH 1/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0d5b74..3649a86 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Friendica connects you effortlessly to a federated communications network of sev * Official user documentation: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 460f2ad..300ae60 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,7 @@ Friendica connects you effortlessly to a federated communications network of sev * Documentation officielle utilisateur : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 520fc4dbca86432d09f0a41d3d67aa9664d39b71 Mon Sep 17 00:00:00 2001 From: eSh Date: Thu, 21 Mar 2024 19:30:27 +0100 Subject: [PATCH 2/4] update to the latest release 2024.03 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0c6a3b0..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~ynh3" +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" From 7fc96198283e9e6ae486d4ba82390625a9d3b347 Mon Sep 17 00:00:00 2001 From: eSh Date: Thu, 21 Mar 2024 19:31:10 +0100 Subject: [PATCH 3/4] update readme --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f5f729..7dd1323 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Friendica is a decentralised communications platform that integrates social comm Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted. -**Shipped version:** 2023.12~ynh3 +**Shipped version:** 2024.03~ynh1 **Demo:** https://dir.friendica.social/servers diff --git a/README_fr.md b/README_fr.md index c3a0b53..aa3871e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Friendica is a decentralised communications platform that integrates social comm Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted. -**Version incluse :** 2023.12~ynh3 +**Version incluse :** 2024.03~ynh1 **Démo :** https://dir.friendica.social/servers From 6f8b69103a4ce3572f6b12ec17dbf034a320ea9e Mon Sep 17 00:00:00 2001 From: eSh Date: Sat, 23 Mar 2024 01:10:02 +0100 Subject: [PATCH 4/4] update checksums --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ea2dd20..b2552af 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,12 +48,12 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] url = "https://github.com/friendica/friendica/archive/refs/tags/2024.03.tar.gz" - sha256 = "0c746d417e885291b80566a323de9554eaf6b24646049826d7299892e798ba69" + sha256 = "af7560f18f2251d68d25b54fcbcbe1062d61f50f2a7ff2bd9e1bed71b22258f2" autoupdate.strategy = "latest_github_release" [resources.sources.addons] url = "https://github.com/friendica/friendica-addons/archive/refs/tags/2024.03.tar.gz" - sha256 = "8a1cd04fe0377f7f6227e23a4108740257372031481e7599c289bd888a75a4bc" + sha256 = "c4905f627199b0353047fa90f9382e2f2747203284dae3ec73876337aca4baec" autoupdate.upstream = "https://github.com/friendica/friendica-addons" autoupdate.strategy = "latest_github_tag"