mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Upgrade to 5.17
This commit is contained in:
parent
29f415ca12
commit
56716dc594
5 changed files with 16 additions and 12 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
Wekan is an open-source kanban board (task manager and organizer)
|
Wekan is an open-source kanban board (task manager and organizer)
|
||||||
|
|
||||||
**Shipped version:** 5.00
|
**Shipped version:** 5.17
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
upgrade=1 from_commit=32fe3a7c342e5f29d7a7534125151723f916de46
|
upgrade=1 from_commit=32fe3a7c342e5f29d7a7534125151723f916de46
|
||||||
# 4.64~ynh2
|
# 4.64~ynh2
|
||||||
upgrade=1 from_commit=9e698d094c29fc6ab12ac60cd1d0e68b56bfc953
|
upgrade=1 from_commit=9e698d094c29fc6ab12ac60cd1d0e68b56bfc953
|
||||||
|
# 5.00~ynh1
|
||||||
|
upgrade=1 from_commit=8655e8062d1bc6e90b01b98ca9a0dea15d60119e
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -48,3 +50,5 @@ Notification=down
|
||||||
name=4.64~ynh1
|
name=4.64~ynh1
|
||||||
; commit=9e698d094c29fc6ab12ac60cd1d0e68b56bfc953
|
; commit=9e698d094c29fc6ab12ac60cd1d0e68b56bfc953
|
||||||
name=4.64~ynh2
|
name=4.64~ynh2
|
||||||
|
; commit=8655e8062d1bc6e90b01b98ca9a0dea15d60119e
|
||||||
|
name=5.00~ynh1
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# This is on YunoHost server just to avoid the file from disappearing
|
# This is on YunoHost server just to avoid the file from disappearing
|
||||||
# Original source is https://releases.wekan.team/raspi3/wekan-5.00-arm64.zip
|
# Original source is https://releases.wekan.team/raspi3/wekan-5.17-arm64.zip
|
||||||
# YunoHost source is https://build.yunohost.org/apps/wekan-5.00-arm64.zip
|
# YunoHost source is https://build.yunohost.org/apps/wekan-5.17-arm64.zip
|
||||||
SOURCE_URL=https://build.yunohost.org/apps/wekan-5.00-arm64.zip
|
SOURCE_URL=https://build.yunohost.org/apps/wekan-5.17-arm64.zip
|
||||||
SOURCE_SUM=156b9578766d4f133c8078bec1433fe5147e7fc594f0fbb8bdb000df2a269c89
|
SOURCE_SUM=3137fa9fb079e42f33405d77738bec7ceae00c3e332394b4a79524552eb4fb3e
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=wekan-5.00-arm64.zip
|
SOURCE_FILENAME=wekan-5.17-arm64.zip
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# This is on YunoHost server just to avoid the file from disappearing
|
# This is on YunoHost server just to avoid the file from disappearing
|
||||||
# Original source is https://releases.wekan.team/wekan-5.00.zip
|
# Original source is https://releases.wekan.team/wekan-5.17.zip
|
||||||
# YunoHost source is https://build.yunohost.org/apps/wekan-5.00.zip
|
# YunoHost source is https://build.yunohost.org/apps/wekan-5.17.zip
|
||||||
SOURCE_URL=https://build.yunohost.org/apps/wekan-5.00.zip
|
SOURCE_URL=https://build.yunohost.org/apps/wekan-5.17.zip
|
||||||
SOURCE_SUM=815a6893185c4f063582afe13a63b78f3bfd5bd8bfe290ba002117657426b5cf
|
SOURCE_SUM=42b41c5c774cbc58ef64718040a5c0306ea8e42980c1e25636d16dab831f32c3
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=wekan-5.00.zip
|
SOURCE_FILENAME=wekan-5.17.zip
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Trello-like kanban",
|
"en": "Trello-like kanban",
|
||||||
"fr": "Un kanban similaire à Trello"
|
"fr": "Un kanban similaire à Trello"
|
||||||
},
|
},
|
||||||
"version": "5.00~ynh1",
|
"version": "5.17~ynh1",
|
||||||
"url": "https://wekan.io",
|
"url": "https://wekan.io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": [
|
"maintainer": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue