From d737a0ded6835b6db9d13ab51d4a32a6c11f3d9d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 20 Jan 2021 17:24:56 +0100 Subject: [PATCH 1/2] 2.1.13 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- pull_request_template.md | 6 ------ 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a2b3d0e..4ad69e6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Luckysheet is an online spreadsheet that is powerful, simple to configure, and completely open source. -**Shipped version:** 2.1.12 +**Shipped version:** 2.1.13 ## Screenshot diff --git a/README_fr.md b/README_fr.md index 6424bac..c5e5837 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Luckysheet est une feuille de calcul en ligne, puissante, simple à configurer et complètement open source. -**Version incluse :** 2.1.12 +**Version incluse :** 2.1.13 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 5e61c86..879fb55 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mengshukeji/Luckysheet/archive/v2.1.12.tar.gz -SOURCE_SUM=f98dea4c8ab133fc435371312eb9bdc81286fe01093540d9848e3e402c80e5fd +SOURCE_URL=https://github.com/mengshukeji/Luckysheet/archive/v2.1.13.tar.gz +SOURCE_SUM=9c996e1e2a47ca0bb37b17840f7ded82ed999899daf3bd620b07c154b71647f9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 2510f5c..b7e1c47 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online spreadsheet that is powerful, simple to configure, and completely open source.", "fr": "Feuille de calcul en ligne, puissante, simple à configurer et entièrement open source." }, - "version": "2.1.12~ynh1", + "version": "2.1.13~ynh1", "url": "https://github.com/mengshukeji/Luckysheet", "license": "MIT", "maintainer": { diff --git a/pull_request_template.md b/pull_request_template.md index 6a78c2e..69ce5a0 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -10,9 +10,3 @@ - [ ] Fix or enhancement tested. - [ ] Upgrade from last version tested. - [ ] Can be reviewed and tested. - -## Package_check results ---- -*If you have access to [App Continuous Integration for packagers](https://yunohost.org/#/packaging_apps_ci) you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results* - -[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/luckysheet_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/luckysheet_ynh%20PR-NUM-%20(USERNAME)/) From e61e28654359609ab3c4a32fd4aeabb995370f99 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 20 Jan 2021 17:26:50 +0100 Subject: [PATCH 2/2] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d338146..6a021eb 100644 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ ynh_app_setting_set --app=$app --key=is_public --value=$is_public #================================================= # FIND AND OPEN A PORT #================================================= -ynh_script_progression --message="Configuring firewall..." --weight=2 +ynh_script_progression --message="Finding an available port..." --weight=2 # Find an available port port=$(ynh_find_port --port=3000)