From fc22330727b7a483714476a171490150f09857ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 1 Apr 2023 22:01:01 +0200 Subject: [PATCH] src --- conf/app.src | 7 ------- manifest.toml | 9 ++++++++- 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 conf/app.src diff --git a/conf/app.src b/conf/app.src deleted file mode 100644 index e3c999a..0000000 --- a/conf/app.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://github.com/hgentry/81/archive/gh-pages.tar.gz -SOURCE_SUM=c7d2052999ae4d2e0c5fd5ff1dd6bfb794b7f2bc5caa63f4fbc5e195509c00b9 -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz -SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= -SOURCE_EXTRACT=true diff --git a/manifest.toml b/manifest.toml index b10809a..afc9ec1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -15,7 +15,7 @@ demo = "https://hgentry.github.io/81/" code = "https://github.com/hgentry/81" [integration] -yunohost = ">= 11.1.13" +yunohost = ">= 11.1.15" architectures = "all" multi_instance = true ldap = false @@ -39,6 +39,13 @@ ram.runtime = "50M" default = "visitors" [resources] + + [resources.sources] + + [resources.sources.main] + url = "https://github.com/hgentry/81/archive/gh-pages.tar.gz" + sha256 = "c7d2052999ae4d2e0c5fd5ff1dd6bfb794b7f2bc5caa63f4fbc5e195509c00b9" + [resources.system_user] [resources.install_dir]