1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Upgrade to upstream version 1.2.7

This commit is contained in:
Jimmy Monin 2018-12-30 21:09:28 +01:00
parent 6081d701a2
commit 6b34cb9332
4 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ From command line:
Infos
-----
Kanboard v1.2.0
Kanboard v1.2.7
Yunohost forum thread: <https://forum.yunohost.org/t/kanboard-package/78>

View file

@ -1,4 +1,4 @@
SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.3.tar.gz
SOURCE_SUM=e0b013df560bf5f60a6f43bf5499e90ca6e793808e5e0fb48e86ef31a234d062
SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.7.tar.gz
SOURCE_SUM=cee7aef1cc203796b99f8881f3f0870151c9aa4bce0a96c9e2ca9a5e54cd40f9
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz

View file

@ -13,7 +13,7 @@ define('LOG_DRIVER', '');
define('LOG_FILE', DATA_DIR.DIRECTORY_SEPARATOR.'debug.log');
// Plugins directory
define('PLUGINS_DIR', 'plugins');
define('PLUGINS_DIR', __DIR__.DIRECTORY_SEPARATOR.'plugins');
// Plugins directory URL
define('PLUGIN_API_URL', 'https://kanboard.net/plugins.json');

View file

@ -5,7 +5,7 @@
"description": {
"en": "Kanboard is a simple visual task board web application"
},
"version": "1.2.3~ynh1",
"version": "1.2.7~ynh1",
"url": "https://kanboard.net/",
"license": "AGPL-3.0",
"requirements": {