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 #67 from YunoHost-Apps/testing

Testing
This commit is contained in:
Thomas 2024-03-13 07:33:07 +01:00 committed by GitHub
commit 21cb88518e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

View file

@ -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.
**Shipped version:** 2024.02.28~ynh1
**Shipped version:** 2024.03.04~ynh1
**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
* Upstream app code repository: <https://github.com/terraforming-mars/terraforming-mars>
* YunoHost Store: <https://apps.yunohost.org/app/terraforming-mars>
* Report a bug: <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
- Upstream app code repository: <https://github.com/terraforming-mars/terraforming-mars>
- YunoHost Store: <https://apps.yunohost.org/app/terraforming-mars>
- Report a bug: <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
## Developer info
@ -45,4 +45,4 @@ or
sudo yunohost app upgrade terraforming-mars -u https://github.com/YunoHost-Apps/terraforming-mars_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
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.02.28~ynh1
**Version incluse :** 2024.03.04~ynh1
**Démo :** https://terraforming-mars.herokuapp.com/
@ -28,9 +28,9 @@ Cette application est une implémentation en ligne et open source de lexcelle
## Documentations et ressources
* Dépôt de code officiel de lapp : <https://github.com/terraforming-mars/terraforming-mars>
* YunoHost Store: <https://apps.yunohost.org/app/terraforming-mars>
* Signaler un bug : <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
- Dépôt de code officiel de lapp : <https://github.com/terraforming-mars/terraforming-mars>
- YunoHost Store : <https://apps.yunohost.org/app/terraforming-mars>
- Signaler un bug : <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
## Informations pour les développeurs
@ -44,4 +44,4 @@ ou
sudo yunohost app upgrade terraforming-mars -u https://github.com/YunoHost-Apps/terraforming-mars_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

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.02.28~ynh1"
version = "2024.03.12~ynh1"
maintainers = ["Thovi98"]
@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/terraforming-mars/terraforming-mars/archive/9910365a4105b08dc8889be0173f0d92d032493e.tar.gz"
sha256 = "b05cdd0d02fcd8e5446b3fbac3775cc2e632f830785d59e5fa3c62e4df0a4ada"
url = "https://github.com/terraforming-mars/terraforming-mars/archive/c651dea990dad639bbdfa7a51ff57a771fd9ce9d.tar.gz"
sha256 = "3fc807f040ab3311136078f6e367b5e9a4eaaced73a6048253b710e05ffbb72a"
in_subdir = true
autoupdate.strategy = "latest_github_commit"