diff --git a/manifest.toml b/manifest.toml index 269f6c1..71559ab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ userdoc = "https://github.com/go-shiori/shiori/wiki/Usage" code = "https://github.com/go-shiori/shiori" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.17" architectures = ["amd64", "arm64", "armhf"] multi_instance = true ldap = false @@ -50,6 +50,11 @@ ram.runtime = "50M" armhf.sha256 = "193b0c999a23cd63c09731b9e3f3363e71e4ceaafa9172723060b5516e920409" in_subdir = false + autoupdate.strategy = "latest_github_release" + autoupdate.asset.amd64 = "^*Linux_x86_64$" + autoupdate.asset.arm64 = "^*Linux_aarch64$" + autoupdate.asset.armhf = "^*Linux_armv7$" + [resources.ports] [resources.system_user]