From 14af3ec9710c3a1c6fae70c6234a3ce120b7ebf0 Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Mon, 9 Oct 2023 20:35:29 -0400 Subject: [PATCH 1/4] Update Cypht source code URL Cypht is now a GitHub organization: https://unencumberedbyfacts.com/2023/06/14/cypht-rebooted/ --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8ebb04a..509ba72 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,7 +13,7 @@ maintainers = ["eric_G"] license = "LGPL-2.1-only" website = "https://cypht.org" admindoc = "https://cypht.org/install.html" -code = "https://github.com/jasonmunro/cypht" +code = "https://github.com/cypht-org/cypht" [integration] yunohost = ">= 11.2" From 9e63a6fad70277c829606880cceba3d05baa4e55 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 10 Oct 2023 08:14:00 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e50ffd4..526ee20 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ Cypht is an application built entirely of plugins, or as we call them, module se * Official app website: * Official admin documentation: -* Upstream app code repository: -* YunoHost documentation for this app: +* Upstream app code repository: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 1432899..d83dbe1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,8 +28,7 @@ Cypht est un client de messagerie web. Vous pouvez accéder à vos comptes de me * Site officiel de l’app : * Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* Dépôt de code officiel de l’app : * Signaler un bug : ## Informations pour les développeurs From 8a09e502628cbcbfbc2355443023def4d797d063 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Wed, 8 Nov 2023 15:21:26 +0100 Subject: [PATCH 3/4] Update the manifest with the latest app update --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 509ba72..368ae71 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url= "https://github.com/cypht-org/cypht/archive/refs/tags/v1.4.0.tar.gz" - sha256 = "dc9e21bd8d8ce8b2544b26e74d414ef5e2f30577e7f9675141c9f3ad807847ee" + url= "https://github.com/cypht-org/cypht/archive/refs/tags/v1.4.1.tar.gz" + sha256 = "a8399921cf586ecb80385b66c08d841548f2f02b63260e08c0ad1f040c663062" autoupdate.strategy = "latest_github_tag" [resources.system_user] From a34c5f7d8b1c90a19680324c80f50a7a0e002dd9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 8 Nov 2023 16:18:21 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 526ee20..def5001 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Cypht is an application built entirely of plugins, or as we call them, module se * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index d83dbe1..5880808 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,6 +29,7 @@ Cypht est un client de messagerie web. Vous pouvez accéder à vos comptes de me * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs