1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/terraforming-mars_ynh.git synced 2024-09-03 20:36:05 +02:00

Merge pull request #131 from YunoHost-Apps/testing

Testing
This commit is contained in:
Thomas 2024-06-12 10:02:12 +02:00 committed by GitHub
commit cf9b9acfa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 12 additions and 20 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**Shipped version:** 2024.06.07~ynh1
**Shipped version:** 2024.06.11~ynh1
**Demo:** <https://terraforming-mars.herokuapp.com/>

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**Versión actual:** 2024.06.07~ynh1
**Versión actual:** 2024.06.11~ynh1
**Demo:** <https://terraforming-mars.herokuapp.com/>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**Paketatutako bertsioa:** 2024.06.07~ynh1
**Paketatutako bertsioa:** 2024.06.11~ynh1
**Demoa:** <https://terraforming-mars.herokuapp.com/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Cette application est une implémentation en ligne et open source de lexcellent jeu de plateau Terraforming mars. Elle nest affiliée à FryxGames, Asmodee Digital ou Steam en aucun cas.
**Version incluse:** 2024.06.07~ynh1
**Version incluse:** 2024.06.11~ynh1
**Démo:** <https://terraforming-mars.herokuapp.com/>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**Versión proporcionada:** 2024.06.07~ynh1
**Versión proporcionada:** 2024.06.11~ynh1
**Demo:** <https://terraforming-mars.herokuapp.com/>

View file

@ -19,7 +19,7 @@
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
**分发版本:** 2024.06.07~ynh1
**分发版本:** 2024.06.11~ynh1
**演示:** <https://terraforming-mars.herokuapp.com/>

View file

@ -7,7 +7,7 @@ name = "Terraforming Mars "
description.en = "Open-source online implementation of the great board game Terraforming mars."
description.fr = "Implementation en ligne à code source ouvert de lexcellent jeu de plateau Terraforming Mars"
version = "2024.06.07~ynh1"
version = "2024.06.11~ynh1"
maintainers = ["Thovi98"]
@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/terraforming-mars/terraforming-mars/archive/cb0934184263d5bf013a62d2cb1bd49975df662e.tar.gz"
sha256 = "0cf4167abcd9ce8ce1ec942cbd4f94d4e072d59ae96537dbb3e0bc59113166fc"
url = "https://github.com/terraforming-mars/terraforming-mars/archive/24d7b33bff0cbd69a34f34cd172ed75332f3e1a3.tar.gz"
sha256 = "e20538b083a515184faab20bd5d033c6c2dcc31401a22ec85c21111fabbbd249"
in_subdir = true
autoupdate.strategy = "latest_github_commit"

View file

@ -5,7 +5,7 @@
#=================================================
# nodejs version
nodejs_version=16.13.2
nodejs_version="20"
#=================================================
# PERSONAL HELPERS

View file

@ -16,9 +16,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=5
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@8.1.2
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================

View file

@ -17,8 +17,6 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=10
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_npm install --global npm@8.1.2
#=================================================
# RESTORE THE APP MAIN DIR
#=================================================

View file

@ -18,9 +18,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=5
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@8.1.2
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================