mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
commit
21cb88518e
3 changed files with 13 additions and 13 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:** 2024.02.28~ynh1
|
**Shipped version:** 2024.03.04~ynh1
|
||||||
|
|
||||||
**Demo:** https://terraforming-mars.herokuapp.com/
|
**Demo:** https://terraforming-mars.herokuapp.com/
|
||||||
|
|
||||||
|
@ -29,9 +29,9 @@ This is an open-source online implementation of the great board game Terraformin
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Upstream app code repository: <https://github.com/terraforming-mars/terraforming-mars>
|
- Upstream app code repository: <https://github.com/terraforming-mars/terraforming-mars>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/terraforming-mars>
|
- YunoHost Store: <https://apps.yunohost.org/app/terraforming-mars>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
|
|
@ -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 :** 2024.02.28~ynh1
|
**Version incluse :** 2024.03.04~ynh1
|
||||||
|
|
||||||
**Démo :** https://terraforming-mars.herokuapp.com/
|
**Démo :** https://terraforming-mars.herokuapp.com/
|
||||||
|
|
||||||
|
@ -28,9 +28,9 @@ Cette application est une implémentation en ligne et open source de l’excelle
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/terraforming-mars/terraforming-mars>
|
- Dépôt de code officiel de l’app : <https://github.com/terraforming-mars/terraforming-mars>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/terraforming-mars>
|
- YunoHost Store : <https://apps.yunohost.org/app/terraforming-mars>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
|
- Signaler un bug : <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
|
|
@ -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 = "2024.02.28~ynh1"
|
version = "2024.03.12~ynh1"
|
||||||
|
|
||||||
maintainers = ["Thovi98"]
|
maintainers = ["Thovi98"]
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/terraforming-mars/terraforming-mars/archive/9910365a4105b08dc8889be0173f0d92d032493e.tar.gz"
|
url = "https://github.com/terraforming-mars/terraforming-mars/archive/c651dea990dad639bbdfa7a51ff57a771fd9ce9d.tar.gz"
|
||||||
sha256 = "b05cdd0d02fcd8e5446b3fbac3775cc2e632f830785d59e5fa3c62e4df0a4ada"
|
sha256 = "3fc807f040ab3311136078f6e367b5e9a4eaaced73a6048253b710e05ffbb72a"
|
||||||
in_subdir = true
|
in_subdir = true
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue