mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Upgrade to 5.93~ynh1
This commit is contained in:
parent
2e9c8be6b8
commit
589bdadc69
6 changed files with 18 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue