1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00
This commit is contained in:
Éric Gaspar 2023-04-04 13:34:40 +02:00
parent 27c338cc4c
commit 3c63889579

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.27.2~ynh2"
version = "2.27.3~ynh1"
maintainers = ["eric_G"]
@ -17,7 +17,7 @@ admindoc = "https://github.com/the-djmaze/snappymail/wiki"
code = "https://github.com/the-djmaze/snappymail"
[integration]
yunohost = ">= 11.1.15"
yunohost = ">= 11.1.16"
architectures = "all"
multi_instance = true
ldap = false
@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.27.2/snappymail-2.27.2.tar.gz"
sha256 = "06bdbc703c3d5f15d1d14039ee8390f8ac29b4070f9dd1fe5cada0161b95381e"
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.27.3/snappymail-2.27.3.tar.gz"
sha256 = "3524d3580332065d16420d5b1002145a550c767cf5ca7ec92dce4d004362eb63"
in_subdir = false
autoupdate.strategy = "latest_github_tag"