From 2144afbd5501622f2a8bf3e5bb9ddb0aea8865c6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 4 Apr 2023 18:42:43 +0200 Subject: [PATCH 1/7] fix auto-update source and force version because upstream has no proper versioning >_> --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7115a25..76637db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources.main] url= "https://github.com/jasonmunro/cypht/archive/eb3aac3ad3042eaf43a015a325ff59d09aceb52a.zip" sha256 = "388dec7e7714444e2a0ab00b8aad42f42816e434b382e8780fcb614289283ddf" - autoupdate.upstream = "https://github.com/jasonmunro/cypht" autoupdate.strategy = "latest_github_commit" + autoupdate.force_version = "1.3.%Y.%m.%d" [resources.system_user] From 0c2ad12cc843104c29cdc30f77fdf3cfdfa038cd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 12 Apr 2023 20:15:16 +0200 Subject: [PATCH 2/7] Upgrade to v1.3.2023.04.12 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 76637db..2de8828 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Cypht" description.en = "Lightweight Open Source webmail" description.fr = "Webmail Open Source léger" -version = "1.3.0~ynh6" +version = "1.3.2023.04.12~ynh6" maintainers = ["eric_G"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url= "https://github.com/jasonmunro/cypht/archive/eb3aac3ad3042eaf43a015a325ff59d09aceb52a.zip" - sha256 = "388dec7e7714444e2a0ab00b8aad42f42816e434b382e8780fcb614289283ddf" + url= "https://github.com/jasonmunro/cypht/archive/5d7fd3daebe3de2c94e996e64ab20c0c5fa6fcce.tar.gz" + sha256 = "5187c8f82576034ae02c55e1fc0b75894adb37bfd1539f15ab0de6546d891b68" autoupdate.strategy = "latest_github_commit" autoupdate.force_version = "1.3.%Y.%m.%d" From 2e27def6ba08edc82e7f156b9daa604d0076519c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 12 Apr 2023 18:15:17 +0000 Subject: [PATCH 3/7] 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 53d5ae3..751a8f8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All your E-mail, from all your accounts, in one place. Cypht is not your father' Cypht is an application built entirely of plugins, or as we call them, module sets (which is obviously way cooler sounding than plugins), that are executed by the framework. Modules provide a flexible way to add new features or customize the program without hacking the code. -**Shipped version:** 1.3.0~ynh6 +**Shipped version:** 1.3.2023.04.12~ynh6 ## Screenshots diff --git a/README_fr.md b/README_fr.md index ddcc20c..4803170 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Cypht est un client de messagerie web. Vous pouvez accéder à vos comptes de messagerie qui supportent IMAP, POP3 ou SMTP - comme la plupart. -**Version incluse :** 1.3.0~ynh6 +**Version incluse :** 1.3.2023.04.12~ynh6 ## Captures d’écran From 6cff4ee14ae5f0ee1b6eb8eb28556fff2481adbe Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 19 Apr 2023 20:15:18 +0200 Subject: [PATCH 4/7] Upgrade to v1.3.2023.04.19 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2de8828..dab142e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Cypht" description.en = "Lightweight Open Source webmail" description.fr = "Webmail Open Source léger" -version = "1.3.2023.04.12~ynh6" +version = "1.3.2023.04.19~ynh6" maintainers = ["eric_G"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url= "https://github.com/jasonmunro/cypht/archive/5d7fd3daebe3de2c94e996e64ab20c0c5fa6fcce.tar.gz" - sha256 = "5187c8f82576034ae02c55e1fc0b75894adb37bfd1539f15ab0de6546d891b68" + url= "https://github.com/jasonmunro/cypht/archive/609d2c707feac6176a190df7811b3a6a573a5aff.tar.gz" + sha256 = "46303b373bc5e99ad36f0428d0b72a073acd3aaee27c5e3c5d5c41eef9f9cab3" autoupdate.strategy = "latest_github_commit" autoupdate.force_version = "1.3.%Y.%m.%d" From 8b9cb4992a89a1bcb7dc560c4ebe6226d498c335 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 19 Apr 2023 18:15:21 +0000 Subject: [PATCH 5/7] 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 751a8f8..5d578b7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All your E-mail, from all your accounts, in one place. Cypht is not your father' Cypht is an application built entirely of plugins, or as we call them, module sets (which is obviously way cooler sounding than plugins), that are executed by the framework. Modules provide a flexible way to add new features or customize the program without hacking the code. -**Shipped version:** 1.3.2023.04.12~ynh6 +**Shipped version:** 1.3.2023.04.19~ynh6 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 4803170..5c04827 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Cypht est un client de messagerie web. Vous pouvez accéder à vos comptes de messagerie qui supportent IMAP, POP3 ou SMTP - comme la plupart. -**Version incluse :** 1.3.2023.04.12~ynh6 +**Version incluse :** 1.3.2023.04.19~ynh6 ## Captures d’écran From 7471047d6a1ab14388c39b011a4a30f9d1662fc5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 27 Apr 2023 11:15:55 +0200 Subject: [PATCH 6/7] Upgrade to v1.3.2023.04.20 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dab142e..f55999b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Cypht" description.en = "Lightweight Open Source webmail" description.fr = "Webmail Open Source léger" -version = "1.3.2023.04.19~ynh6" +version = "1.3.2023.04.20~ynh6" maintainers = ["eric_G"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url= "https://github.com/jasonmunro/cypht/archive/609d2c707feac6176a190df7811b3a6a573a5aff.tar.gz" - sha256 = "46303b373bc5e99ad36f0428d0b72a073acd3aaee27c5e3c5d5c41eef9f9cab3" + url= "https://github.com/jasonmunro/cypht/archive/b16424615f4692e494c4d357289299fef3c1d51f.tar.gz" + sha256 = "9d5a0bd4799ef4ec696e26c70d5f5946112179df819efdbd187c157fbcd7aee4" autoupdate.strategy = "latest_github_commit" autoupdate.force_version = "1.3.%Y.%m.%d" From 02d78eff35e39de8efd47f08fd8971d2e2c9c473 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 27 Apr 2023 09:15:57 +0000 Subject: [PATCH 7/7] 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 5d578b7..1c661dd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All your E-mail, from all your accounts, in one place. Cypht is not your father' Cypht is an application built entirely of plugins, or as we call them, module sets (which is obviously way cooler sounding than plugins), that are executed by the framework. Modules provide a flexible way to add new features or customize the program without hacking the code. -**Shipped version:** 1.3.2023.04.19~ynh6 +**Shipped version:** 1.3.2023.04.20~ynh6 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5c04827..11531b3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Cypht est un client de messagerie web. Vous pouvez accéder à vos comptes de messagerie qui supportent IMAP, POP3 ou SMTP - comme la plupart. -**Version incluse :** 1.3.2023.04.19~ynh6 +**Version incluse :** 1.3.2023.04.20~ynh6 ## Captures d’écran