new version
This commit is contained in:
parent
c4796ba7b2
commit
7cce4b24d5
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ name = "Yurdle"
|
||||||
description.en = "yurdle package"
|
description.en = "yurdle package"
|
||||||
description.tr = "yurdle paketi"
|
description.tr = "yurdle paketi"
|
||||||
|
|
||||||
version = "1.5~ynh2"
|
version = "1.6~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.5/yurdle_server.tar.gz"
|
url = "https://git.aliberksandikci.com.tr/ifl/Yurdle/releases/download/v1.6/yurdle_server.tar.gz"
|
||||||
sha256 = "168963a9183b325925ae805eb9cfd0b907721a1e3a06ffa54c64e7e4f427f48e"
|
sha256 = "199d4453366e9a555259fa4438a496d0da3ecfa476e91a1d180adc451967620e"
|
||||||
|
|
||||||
# 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