mirror of
https://github.com/YunoHost-Apps/cypht_ynh.git
synced 2024-09-03 18:26:09 +02:00
Merge branch 'master' into LDAP
This commit is contained in:
commit
a929368e0c
3 changed files with 6 additions and 7 deletions
|
@ -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.07.01~ynh7
|
||||
**Shipped version:** 1.4.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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.07.01~ynh7
|
||||
**Version incluse :** 1.4.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Cypht"
|
|||
description.en = "Lightweight Open Source webmail"
|
||||
description.fr = "Webmail Open Source léger"
|
||||
|
||||
version = "1.3.2023.07.01~ynh7"
|
||||
version = "1.4.0~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -53,10 +53,9 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
|
||||
[resources.sources.main]
|
||||
url= "https://github.com/jasonmunro/cypht/archive/0212c2f35c8cff0c4920bfbecd4754139c3ef6b7.tar.gz"
|
||||
sha256 = "c3f09742154d8d295531a3255dbe03fbc59bfdb5f18e0245e2952dbdb61c3752"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
autoupdate.force_version = "1.3.%Y.%m.%d"
|
||||
url= "https://github.com/cypht-org/cypht/archive/refs/tags/v1.4.0.tar.gz"
|
||||
sha256 = "dc9e21bd8d8ce8b2544b26e74d414ef5e2f30577e7f9675141c9f3ad807847ee"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue