From 1e07d079030c27995e3ffd297ff3c1b340c024ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:55:02 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 093949b..6ea79e1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,8 +49,13 @@ ram.runtime = "50M" [resources] [resources.sources] - url = "https://releases.rocket.chat/6.0.0/download" - sha256 = "c2c60f66f345626c04af6c172202ff3e423884e2ca54d2d9553506bec816b1e0" + + [resources.sources.main] + # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : + # ynh_setup_source --dest_dir="$install_dir" + # You can also define other assets than "main" and add --source_id="foobar" in the previous command + url = "https://releases.rocket.chat/6.0.0/download" + sha256 = "c2c60f66f345626c04af6c172202ff3e423884e2ca54d2d9553506bec816b1e0" [resources.system_user]