From edcbed0ba4a29d404bd76689ec336b8920521d06 Mon Sep 17 00:00:00 2001 From: Raphael Jolivet Date: Mon, 25 Jun 2018 11:49:56 +0200 Subject: [PATCH 1/3] Update app.src --- conf/app.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index ade633c..eae7103 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://releases.wekan.team/wekan-0.89.tar.gz -SOURCE_SUM=17b2ff34912794c02b41799000f64236d9c7a562546c234167332d56492f29ae +SOURCE_URL=https://releases.wekan.team/wekan-1.07.tar.gz +SOURCE_SUM=34105938c067b6ebcacaa3e2472061c919eb9e00aaa8e114c0e6b31a89772735 SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-0.89.tar.gz +SOURCE_FILENAME=wekan-1.07.tar.gz From 816c2c4334c653114e8586a9596d635d23e0ec78 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 1 Jul 2018 15:35:52 +0200 Subject: [PATCH 2/3] 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 From 35f39f28328495f20237e29a28c803ae6deedb6e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 1 Jul 2018 15:38:10 +0200 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 138fe37..b188bad 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Wekan", "id": "wekan", "packaging_format": 1, - "version": "0.89~ynh1", + "version": "1.07~ynh1", "description": { "en": "Trello-like kanban", "fr": "Un kanban similaire à Trello"