mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
commit
07a018ae06
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 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.
|
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:** 20231205~ynh1
|
**Shipped version:** 2023.12.16~ynh1
|
||||||
|
|
||||||
**Demo:** https://terraforming-mars.herokuapp.com/
|
**Demo:** https://terraforming-mars.herokuapp.com/
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Cette application est une implémentation en ligne et open source de l’excellent jeu de plateau Terraforming mars. Elle n’est affiliée à FryxGames, Asmodee Digital ou Steam en aucun cas.
|
Cette application est une implémentation en ligne et open source de l’excellent jeu de plateau Terraforming mars. Elle n’est affiliée à FryxGames, Asmodee Digital ou Steam en aucun cas.
|
||||||
|
|
||||||
**Version incluse :** 20231205~ynh1
|
**Version incluse :** 2023.12.16~ynh1
|
||||||
|
|
||||||
**Démo :** https://terraforming-mars.herokuapp.com/
|
**Démo :** https://terraforming-mars.herokuapp.com/
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Terraforming Mars "
|
||||||
description.en = "Open-source online implementation of the great board game Terraforming mars."
|
description.en = "Open-source online implementation of the great board game Terraforming mars."
|
||||||
description.fr = "Implementation en ligne à code source ouvert de l’excellent jeu de plateau Terraforming Mars"
|
description.fr = "Implementation en ligne à code source ouvert de l’excellent jeu de plateau Terraforming Mars"
|
||||||
|
|
||||||
version = "20231205~ynh1"
|
version = "2023.12.16~ynh1"
|
||||||
|
|
||||||
maintainers = ["Thovi98"]
|
maintainers = ["Thovi98"]
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://codeload.github.com/terraforming-mars/terraforming-mars/tar.gz/78e5e5d0433e4d1632639ea7da1a1993672bd82a"
|
url = "https://github.com/terraforming-mars/terraforming-mars/archive/8a1dbd2573ed4de29777326b635536828c5932e1.tar.gz"
|
||||||
sha256 = "ad4e3107b42d61aac93546887f01714f6ef2d0ed84fb6f7c6f8178bf60264e1f"
|
sha256 = "11454c6992a125b1c4d57979797f83e8b81ea61c336573f2557cb3472c049f82"
|
||||||
in_subdir = true
|
in_subdir = true
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue