From 3dc709f8a194c1192a8157590aa65aae4372ce64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 23 May 2023 16:23:43 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.toml b/manifest.toml index 59574ab..b5c9921 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,6 +41,15 @@ ram.runtime = "50M" extract = false rename = "smp-server" + [resources.sources.xftp] + amd64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.0.0.1/xftp-server_amd64" + amd64.sha256 = "" + arm64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v5.0.0.1/xftp-server_arm64" + arm64.sha256 = "e48e2a57e1992616e33be2b1bda564a978f8bdef3a5e30dce55712bc66278348" + in_subdir = false + extract = false + rename = "xftp-server" + [resources.ports] main.default = 5223 main.exposed = "TCP"