From 589bdadc69528ea3ec73eae7328e7174d64237fd Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 14 Jan 2022 22:50:18 +0100 Subject: [PATCH] Upgrade to 5.93~ynh1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 6 +++++- conf/arm64.src | 10 +++++----- conf/x86-64.src | 10 +++++----- manifest.json | 2 +- 6 files changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 49d7aaa..03aa376 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Trello-like kanban -**Shipped version:** 5.35~ynh1 +**Shipped version:** 5.93~ynh1 diff --git a/README_fr.md b/README_fr.md index cc0808b..329ee76 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Un kanban similaire à Trello -**Version incluse :** 5.35~ynh1 +**Version incluse :** 5.93~ynh1 diff --git a/check_process b/check_process index dc2249e..d37634b 100644 --- a/check_process +++ b/check_process @@ -29,7 +29,9 @@ # 5.00~ynh1 #upgrade=1 from_commit=8655e8062d1bc6e90b01b98ca9a0dea15d60119e # 5.17~ynh1 - #upgrade=1 from_commit=8cdb28eff25b8b431635b87f92f96f8e216ad71f + upgrade=1 from_commit=8cdb28eff25b8b431635b87f92f96f8e216ad71f + # 5.35~ynh1 + upgrade=1 from_commit=2e9c8be6b87d5c4cd6693e7b3c0c05cfc7d1ac51 backup_restore=1 multi_instance=1 port_already_use=0 @@ -56,3 +58,5 @@ Notification=down name=5.00~ynh1 ; commit=8cdb28eff25b8b431635b87f92f96f8e216ad71f name=5.17~ynh1 + ; commit=2e9c8be6b87d5c4cd6693e7b3c0c05cfc7d1ac51 + name=5.35~ynh1 diff --git a/conf/arm64.src b/conf/arm64.src index 2696218..dd5fb91 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,9 +1,9 @@ # This is on YunoHost server just to avoid the file from disappearing -# Original source is https://releases.wekan.team/raspi3/wekan-5.35-arm64.zip -# YunoHost source is https://build.yunohost.org/apps/wekan-5.35-arm64.zip -SOURCE_URL=https://build.yunohost.org/apps/wekan-5.35-arm64.zip -SOURCE_SUM=afd00947c25965ec5c8dbacaf97d666ef03a5350802587951c0a866e77c4ebae +# Original source is https://releases.wekan.team/raspi3/wekan-5.93-arm64.zip +# YunoHost source is https://build.yunohost.org/apps/wekan-5.93-arm64.zip +SOURCE_URL=https://build.yunohost.org/apps/wekan-5.93-arm64.zip +SOURCE_SUM=d015d2d128d1c9d1f71ba773f9e3914c97fb82e9b2c5d2a5bd5fdf23377a9980 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-5.35-arm64.zip +SOURCE_FILENAME=wekan-5.93-arm64.zip diff --git a/conf/x86-64.src b/conf/x86-64.src index 1f58780..e6377b4 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,9 +1,9 @@ # This is on YunoHost server just to avoid the file from disappearing -# Original source is https://releases.wekan.team/wekan-5.35.zip -# YunoHost source is https://build.yunohost.org/apps/wekan-5.35.zip -SOURCE_URL=https://build.yunohost.org/apps/wekan-5.35.zip -SOURCE_SUM=77746ab4788ee43f1187d8f6603d1a8cf229250831b85971a335b32db1499d8f +# Original source is https://releases.wekan.team/wekan-5.93.zip +# YunoHost source is https://build.yunohost.org/apps/wekan-5.93.zip +SOURCE_URL=https://build.yunohost.org/apps/wekan-5.93.zip +SOURCE_SUM=de973b8be8e7dd938bccf6670455fac3260ce4aa59bd4ee890d6a3ce073c5275 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-5.35.zip +SOURCE_FILENAME=wekan-5.93.zip diff --git a/manifest.json b/manifest.json index 6a4936e..15855f3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Trello-like kanban", "fr": "Un kanban similaire à Trello" }, - "version": "5.35~ynh1", + "version": "5.93~ynh1", "url": "https://wekan.github.io", "upstream": { "license": "MIT",