From acd65356e8d35eae31bb2a779ebf2fddc0f2a4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 19 Sep 2023 20:04:25 +0200 Subject: [PATCH] Add autoupdate --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index c13f99e..4eb4272 100644 --- a/manifest.toml +++ b/manifest.toml @@ -90,6 +90,8 @@ ram.runtime = "1024M" [resources.sources.main] url = "https://github.com/matrix-org/matrix-appservice-irc/archive/refs/tags/1.0.1.tar.gz" sha256 = "ac58ca1e7ed1a496b0ec69cd7079f67c2e3ad5007f24bdacd63fc992cc442ce3" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "*.tar.gz" [resources.system_user] home = "/opt/yunohost/__APP__"