mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
commit
1ac99a46d7
6 changed files with 6 additions and 12 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
Luckysheet is an online spreadsheet that is powerful, simple to configure, and completely open source.
|
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
|
## Screenshot
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
Luckysheet est une feuille de calcul en ligne, puissante, simple à configurer et complètement open source.
|
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
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/mengshukeji/Luckysheet/archive/v2.1.12.tar.gz
|
SOURCE_URL=https://github.com/mengshukeji/Luckysheet/archive/v2.1.13.tar.gz
|
||||||
SOURCE_SUM=f98dea4c8ab133fc435371312eb9bdc81286fe01093540d9848e3e402c80e5fd
|
SOURCE_SUM=9c996e1e2a47ca0bb37b17840f7ded82ed999899daf3bd620b07c154b71647f9
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Online spreadsheet that is powerful, simple to configure, and completely open source.",
|
"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."
|
"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",
|
"url": "https://github.com/mengshukeji/Luckysheet",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -10,9 +10,3 @@
|
||||||
- [ ] Fix or enhancement tested.
|
- [ ] Fix or enhancement tested.
|
||||||
- [ ] Upgrade from last version tested.
|
- [ ] Upgrade from last version tested.
|
||||||
- [ ] Can be reviewed and 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)/)
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ ynh_app_setting_set --app=$app --key=is_public --value=$is_public
|
||||||
#=================================================
|
#=================================================
|
||||||
# FIND AND OPEN A PORT
|
# 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
|
# Find an available port
|
||||||
port=$(ynh_find_port --port=3000)
|
port=$(ynh_find_port --port=3000)
|
||||||
|
|
Loading…
Reference in a new issue