1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00

Merge pull request #130 from YunoHost-Apps/testing

Update manifest.toml
This commit is contained in:
eric_G 2023-11-21 19:25:19 +01:00 committed by GitHub
commit 8a5a0c83de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
**Shipped version:** 2.29.1~ynh4
**Shipped version:** 2.29.3~ynh1
**Demo:** https://snappymail.eu/demo/

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community.
**Version incluse :** 2.29.1~ynh4
**Version incluse :** 2.29.3~ynh1
**Démo :** https://snappymail.eu/demo/

View file

@ -5,7 +5,7 @@ name = "SnappyMail"
description.en = "Simple, modern, lightweight & fast web-based e-mail client"
description.fr = "Client de messagerie Web simple, moderne, léger et rapide"
version = "2.29.1~ynh4"
version = "2.29.3~ynh1"
maintainers = ["eric_G"]
@ -20,8 +20,11 @@ code = "https://github.com/the-djmaze/snappymail"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = true
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"
@ -43,8 +46,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.29.1/snappymail-2.29.1.tar.gz"
sha256 = "644d7b542ae91e567818c73bf83694cae7a12ad61632becd24557584643e52c0"
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.29.3/snappymail-2.29.3.tar.gz"
sha256 = "a13e955ac314586545c4fef3b9da7780764f248b4479c10d4c303f1f88704985"
in_subdir = false
autoupdate.strategy = "latest_github_tag"