From 37b178d5e055d55e7530deaa496261fb8c231209 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Mar 2023 16:06:19 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 2daf991..6f992e1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://libreddit.spike.codes/" code = "https://github.com/spikecodes/libreddit" [integration] -yunohost = ">= 11.1.13" +yunohost = ">= 11.1.14" architectures = ["amd64"] multi_instance = true ldap = false @@ -44,3 +44,10 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" +[resources.sources] + [resources.sources.main] + url = "https://github.com/spikecodes/libreddit/releases/download/v0.30.0/libreddit" + sha256 = "46f7424d963af88428c7863010c8a20d6c5791b6425495abe6439a4838d65427" + extract = false + in_subdir = false + rename = "libreddit"