From c7d3d1937ff03a67f671b1216235f93c40c412cf Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 1 Jul 2018 15:35:52 +0200 Subject: [PATCH] Use a copy on yunohost's infra to avoid the file disappearing --- conf/app.src | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index eae7103..2d2d562 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,6 @@ -SOURCE_URL=https://releases.wekan.team/wekan-1.07.tar.gz +# This is on YunoHost server just to avoid the file from disappearing +# Original source is https://releases.wekan.team/ +SOURCE_URL=https://build.yunohost.org/apps/wekan-1.07.tar.gz SOURCE_SUM=34105938c067b6ebcacaa3e2472061c919eb9e00aaa8e114c0e6b31a89772735 SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz