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.10 (#85)

Upgrade to upstream version 1.2.10
This commit is contained in:
JimboJoe 2019-07-06 19:10:40 +02:00 committed by GitHub
commit 6d505ece4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
## Overview ## Overview
Kanboard is a simple visual task board web application. Kanboard is a simple visual task board web application.
**Shipped version:** 1.2.9 **Shipped version:** 1.2.10
## Screenshots ## Screenshots

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.9.tar.gz SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.10.tar.gz
SOURCE_SUM=6d17ac8f047540e386db4d593b264cee909208ce09dd413e6d426dd53f9c5301 SOURCE_SUM=4368f0d5902a4831642103fdab90d2a61b6987ce77b046e637883168e4ad0bcb
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -227,6 +227,7 @@ define('HTTP_PROXY_HOSTNAME', '');
define('HTTP_PROXY_PORT', '3128'); define('HTTP_PROXY_PORT', '3128');
define('HTTP_PROXY_USERNAME', ''); define('HTTP_PROXY_USERNAME', '');
define('HTTP_PROXY_PASSWORD', ''); define('HTTP_PROXY_PASSWORD', '');
define('HTTP_PROXY_EXCLUDE', 'localhost');
// Set to false to allow self-signed certificates // Set to false to allow self-signed certificates
define('HTTP_VERIFY_SSL_CERTIFICATE', false); define('HTTP_VERIFY_SSL_CERTIFICATE', false);

View file

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