mirror of
https://github.com/YunoHost-Apps/huginn_ynh.git
synced 2024-09-03 19:26:13 +02:00
Change autoupdate strategy
This commit is contained in:
parent
32d625a0fc
commit
d047ac1263
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ ram.runtime = "50M"
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/huginn/huginn/archive/refs/tags/v2022.08.18.tar.gz"
|
url = "https://github.com/huginn/huginn/archive/refs/tags/v2022.08.18.tar.gz"
|
||||||
sha256 = "845042042089a35c274bef41fc498cfd23733d923ab3772f4311212b42b356d9"
|
sha256 = "845042042089a35c274bef41fc498cfd23733d923ab3772f4311212b42b356d9"
|
||||||
autoupdate.strategy = "latest_github_release"
|
|
||||||
|
# Yeah there is a release but it's 2 years old and the doc tells to git commit…
|
||||||
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue