1
0
Fork 0
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:
OniriCorpe 2024-01-28 05:20:54 +01:00 committed by GitHub
parent 8acd51ccc3
commit 566af2fe75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.url = "https://github.com/ergochat/ergo/releases/download/v2.11.1/ergo-2.11.1-linux-armv6.tar.gz"
armhf.sha256 = "959d99c8b042c8113f11c0b0401e18bbac4dfec47fdc8277c6529531f2f27e3b" 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] [resources.sources.ldap]
url = "https://github.com/YunoHost-Apps/ergo_ynh/releases/download/v.1/ergo-ldap.zip" url = "https://github.com/YunoHost-Apps/ergo_ynh/releases/download/v.1/ergo-ldap.zip"
sha256 = "4fa3e4511a5462e9a3b831db67d754d322fa1db41a708901dfae50fe3e959377" sha256 = "4fa3e4511a5462e9a3b831db67d754d322fa1db41a708901dfae50fe3e959377"