From a5ac2c982023fcf147ac4af4b2a326b9f3cd9efb Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Sun, 13 Jun 2021 14:21:20 -0400 Subject: [PATCH] Update to v0.10.0 --- README.md | 10 +++++----- README_fr.md | 30 +++++++++++++++--------------- conf/app.src | 6 +++--- doc/DISCLAIMER.md | 6 +++--- doc/DISCLAIMER_fr.md | 6 +++--- manifest.json | 6 +++--- scripts/_common.sh | 2 +- 7 files changed, 33 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 8e8e980..eea4a25 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Multiplayer voxel RPG inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, Dwarf Fortress and Minecraft -**Shipped version:** 0.9.0~ynh1 +**Shipped version:** 0.10.0~ynh1 **Demo:** server.veloren.net:14004 @@ -30,16 +30,16 @@ Multiplayer voxel RPG inspired by games such as Cube World, Legend of Zelda: Bre Veloren is in pre-alpha, il y aura des bugs. This package provides the last "release" version of Veloren, which is older than that of the official server. You will need to download the corresponding version of the client: - * [Windows x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-windows.zip) - * [Linux x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-linux.tar.gz) - * [MacOS x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-macos.tar.gz) + * [Windows x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=windows) + * [Linux x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=linux) + * [MacOS x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=macos) ## Documentation and resources * Official app website: https://veloren.net/ * Official user documentation: https://book.veloren.net/players/ * Official admin documentation: https://book.veloren.net/players/hosting-a-server.html -* Upstream app code repository: https://gitlab.com/veloren/veloren +* Upstream app code repository: https://gitlab.com/veloren/veloren * YunoHost documentation for this app: https://yunohost.org/app_veloren * Report a bug: https://github.com/YunoHost-Apps/veloren_ynh/issues diff --git a/README_fr.md b/README_fr.md index c9e8c13..b44da1f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,16 +6,16 @@ *[Read this readme in english.](./README.md)* *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install Veloren server quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *Ce package vous permet d'installer Veloren server rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* ## Vue d'ensemble RPG voxel multijoueur inspiré de jeux tels que Cube World, Legend of Zelda : Breath of the Wild, Dwarf Fortress et Minecraft -**Version incluse:** 0.9.0~ynh1 +**Version incluse :** 0.10.0~ynh1 -**Démo :** server.veloren.net:14004 +**Démo :** server.veloren.net:14004 ## Captures d'écran @@ -26,18 +26,18 @@ RPG voxel multijoueur inspiré de jeux tels que Cube World, Legend of Zelda : Br Veloren est en pre-alpha, il y aura des bugs. Ce paquet fournit la dernière version "release" de Veloren, qui est plus ancienne que celle du serveur officiel. Il vous faudra télécharger la version correspondante du client: - * [Windows x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-windows.zip) - * [Linux x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-linux.tar.gz) - * [MacOS x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-macos.tar.gz) + * [Windows x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=windows) + * [Linux x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=linux) + * [MacOS x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=macos) ## Documentations et ressources -* Site officiel de l'app : https://veloren.net/ -* Documentation officielle utilisateur : https://book.veloren.net/players/ -* Documentation officielle de l'admin : https://book.veloren.net/players/hosting-a-server.html -* Dépôt de code officiel de l'app : https://gitlab.com/veloren/veloren -* Documentation YunoHost pour cette app : https://yunohost.org/app_veloren -* Signaler un bug: https://github.com/YunoHost-Apps/veloren_ynh/issues +* Site officiel de l'app : https://veloren.net/ +* Documentation officielle utilisateur : https://book.veloren.net/players/ +* Documentation officielle de l'admin : https://book.veloren.net/players/hosting-a-server.html +* Dépôt de code officiel de l'app : https://gitlab.com/veloren/veloren +* Documentation YunoHost pour cette app : https://yunohost.org/app_veloren +* Signaler un bug : https://github.com/YunoHost-Apps/veloren_ynh/issues ## Informations pour les développeurs @@ -46,8 +46,8 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. ``` sudo yunohost app install https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade veloren -u https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications:** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 26c4972..3efc1cb 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://gitlab.com/veloren/veloren/-/archive/v0.9.0/veloren-v0.9.0.tar.gz -SOURCE_SUM=eba23dd3c26f21499d15fbd1458729943879673dad8fbf5b49dfc3dfac2cf40b +SOURCE_URL=https://gitlab.com/veloren/veloren/-/archive/v0.10.0/veloren-v0.10.0.tar.gz +SOURCE_SUM=8bda76af18db8553556cb09a4126bb9c4e0956bcf021fbb93c019de450c38016 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=veloren-v0.9.0.tar.gz +SOURCE_FILENAME=veloren-v0.10.0.tar.gz SOURCE_EXTRACT=true diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index fa6d452..4a1fea2 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,6 +1,6 @@ Veloren is in pre-alpha, il y aura des bugs. This package provides the last "release" version of Veloren, which is older than that of the official server. You will need to download the corresponding version of the client: - * [Windows x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-windows.zip) - * [Linux x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-linux.tar.gz) - * [MacOS x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-macos.tar.gz) + * [Windows x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=windows) + * [Linux x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=linux) + * [MacOS x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=macos) diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index e1f276d..7c183b4 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,6 +1,6 @@ Veloren est en pre-alpha, il y aura des bugs. Ce paquet fournit la dernière version "release" de Veloren, qui est plus ancienne que celle du serveur officiel. Il vous faudra télécharger la version correspondante du client: - * [Windows x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-windows.zip) - * [Linux x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-linux.tar.gz) - * [MacOS x64](https://veloren-4129.fra1.digitaloceanspaces.com/releases/0.9.0-macos.tar.gz) + * [Windows x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=windows) + * [Linux x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=linux) + * [MacOS x64](https://gitlab.com/veloren/veloren/-/jobs/artifacts/v0.10.0/download?job=macos) diff --git a/manifest.json b/manifest.json index e60f571..c976b96 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Multiplayer voxel RPG inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, Dwarf Fortress and Minecraft", "fr": "RPG voxel multijoueur inspiré de jeux tels que Cube World, Legend of Zelda : Breath of the Wild, Dwarf Fortress et Minecraft" }, - "version": "0.9.0~ynh1", + "version": "0.10.0~ynh1", "url": "https://veloren.net", "upstream": { "license": "GPL-3.0-only", @@ -135,8 +135,8 @@ "fr": "Choisir le niveau de détail des continents de la carte personnalisé" }, "help": { - "en": "Current default is 1.0, 4.0 gives an Earth-like result. Leave blank for unchanged", - "fr": "Valeur par défault actuelle est 1.0, 4.0 donne un résultat semblable à la Terre. Laisser vide pour ne pas changer" + "en": "Current default is 2.0, 4.0 gives an Earth-like result. Leave blank for unchanged", + "fr": "Valeur par défault actuelle est 2.0, 4.0 donne un résultat semblable à la Terre. Laisser vide pour ne pas changer" } }, { diff --git a/scripts/_common.sh b/scripts/_common.sh index 9c564d0..50fa51d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -97,7 +97,7 @@ function compile_server { pushd "$final_path" sudo -u $app bash -c " source ~/.cargo/env - NIX_GIT_HASH=\"1afe3b7d/2021-03-20-12:48\" NIX_GIT_TAG=\"v0.9.0\" VELOREN_ASSETS=\"$final_path/assets\" RUSTFLAGS=\"-D warnings\" VELOREN_USERDATA_STRATEGY=system cargo build --bin veloren-server-cli --release --quiet 2>&1 + NIX_GIT_HASH=\"cf2bdb20/2021-06-12-08:55\" NIX_GIT_TAG=\"v0.10.0\" VELOREN_ASSETS=\"$final_path/assets\" RUSTFLAGS=\"-D warnings\" VELOREN_USERDATA_STRATEGY=system cargo build --bin veloren-server-cli --release --quiet 2>&1 " popd