version update
This commit is contained in:
parent
7cce4b24d5
commit
2e6f0c9683
3 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
This is a dummy description of this app features
|
This is a dummy description of this app features
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.5~ynh1
|
**Shipped version:** 1.7~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Ceci est une fausse description des fonctionalités de l'app
|
Ceci est une fausse description des fonctionalités de l'app
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.5~ynh1
|
**Version incluse :** 1.7~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Yurdle"
|
||||||
description.en = "yurdle package"
|
description.en = "yurdle package"
|
||||||
description.tr = "yurdle paketi"
|
description.tr = "yurdle paketi"
|
||||||
|
|
||||||
version = "1.6~ynh1"
|
version = "1.7~ynh1"
|
||||||
|
|
||||||
maintainers = ["asandikci"]
|
maintainers = ["asandikci"]
|
||||||
|
|
||||||
|
@ -83,8 +83,8 @@ ram.runtime = "50M"
|
||||||
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
||||||
# ynh_setup_source --dest_dir="$install_dir"
|
# ynh_setup_source --dest_dir="$install_dir"
|
||||||
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
||||||
url = "https://git.aliberksandikci.com.tr/ifl/Yurdle/releases/download/v1.6/yurdle_server.tar.gz"
|
url = "https://git.aliberksandikci.com.tr/ifl/Yurdle/releases/download/v1.7/yurdle_server.tar.gz"
|
||||||
sha256 = "199d4453366e9a555259fa4438a496d0da3ecfa476e91a1d180adc451967620e"
|
sha256 = "c113659ed59921223393e86f33a67da8a9d30950b66934dc9dc1b11b012e5506"
|
||||||
|
|
||||||
# These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py
|
# These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py
|
||||||
# to auto-update the previous asset urls and sha256sum + manifest version
|
# to auto-update the previous asset urls and sha256sum + manifest version
|
||||||
|
|
Loading…
Reference in a new issue