mirror of
https://github.com/YunoHost-Apps/snappymail_ynh.git
synced 2024-09-03 20:26:29 +02:00
fix source link and the autoupdater
This commit is contained in:
parent
6d3dfcbf76
commit
300ba7b309
1 changed files with 4 additions and 3 deletions
|
@ -46,10 +46,11 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/the-djmaze/snappymail/archive/refs/tags/v2.35.0.tar.gz"
|
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.35.0/snappymail-2.35.0.tar.gz"
|
||||||
sha256 = "38527768eb08d17c75a2d9bf9732d71caececa83858a3f304a2e30d5b8afcd57"
|
sha256 = "98e08c62d6992bc6901c39282eddc20a264e7a402e9bf02465409d6ac23197f5"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
autoupdate.asset = "^snappymail-.*tar.gz$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue