1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
* Upgrade 3.1.2
This commit is contained in:
Éric Gaspar 2021-09-27 21:51:05 +02:00 committed by GitHub
parent ce80e9c732
commit 2bac730146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 12 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Web-based groceries & household management solution for your home
**Shipped version:** 3.1.1~ynh1
**Shipped version:** 3.1.2~ynh1
**Demo:** https://en.demo.grocy.info/stockoverview

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Solution Web de gestion d'épicerie et de gestion de la maison
**Version incluse :** 3.1.1~ynh1
**Version incluse :** 3.1.2~ynh1
**Démo :** https://en.demo.grocy.info/stockoverview

View file

@ -1,7 +1,6 @@
SOURCE_URL=https://github.com/grocy/grocy/releases/download/v3.1.1/grocy_3.1.1.zip
SOURCE_SUM=c6862369917b16bcfe40f677edf0526e05d3c2c47ff8d6be5ec3f9b5f01380d8
SOURCE_URL=https://github.com/grocy/grocy/releases/download/v3.1.2/grocy_3.1.2.zip
SOURCE_SUM=2b0d940378c911f18fafd8cc9c3989e065bcedfc0cf34a50a6a4f3f6e817ce8c
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false
SOURCE_EXTRACT=true
SOURCE_FILENAME=
SOURCE_EXTRACT=true

0
doc/DESCRIPTION.md Normal file
View file

View file

@ -6,7 +6,7 @@
"en": "Web-based groceries & household management solution for your home",
"fr": "Solution Web de gestion d'épicerie et de gestion de la maison"
},
"version": "3.1.1~ynh1",
"version": "3.1.2~ynh1",
"url": "https://grocy.info",
"upstream": {
"license": "MIT",
@ -16,7 +16,7 @@
},
"license": "MIT",
"maintainer": {
"name": "",
"name": "eric_G",
"email": ""
},
"requirements": {
@ -30,8 +30,7 @@
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "grocy.example.com"
"type": "domain"
},
{
"name": "language",

View file

@ -33,8 +33,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "