From d047ac12635e31620f1aeeaee3aab22fc776c3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 28 Jun 2024 00:16:34 +0200 Subject: [PATCH] Change autoupdate strategy --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f450454..f141543 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,7 +47,9 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/huginn/huginn/archive/refs/tags/v2022.08.18.tar.gz" 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]