mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
Add autoupdate strategy
This commit is contained in:
parent
8acd51ccc3
commit
566af2fe75
1 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,11 @@ ram.runtime = "50M"
|
|||
armhf.url = "https://github.com/ergochat/ergo/releases/download/v2.11.1/ergo-2.11.1-linux-armv6.tar.gz"
|
||||
armhf.sha256 = "959d99c8b042c8113f11c0b0401e18bbac4dfec47fdc8277c6529531f2f27e3b"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.arm64 = "^ergo-.*-linux-arm64.tar.gz"
|
||||
autoupdate.asset.amd64 = "^ergo-.*-linux-x86_64.tar.gz"
|
||||
autoupdate.asset.armhf = "^ergo-.*-linux-armv6.tar.gz"
|
||||
|
||||
[resources.sources.ldap]
|
||||
url = "https://github.com/YunoHost-Apps/ergo_ynh/releases/download/v.1/ergo-ldap.zip"
|
||||
sha256 = "4fa3e4511a5462e9a3b831db67d754d322fa1db41a708901dfae50fe3e959377"
|
||||
|
|
Loading…
Reference in a new issue