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 #47 from YunoHost-Apps/ci-auto-update-2024.02.15

Upgrade to v2024.02.15
This commit is contained in:
OniriCorpe 2024-02-16 04:52:50 +01:00 committed by GitHub
commit 6d1012a319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -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.13~ynh1
**Shipped version:** 2024.02.15~ynh1
**Demo:** https://terraforming-mars.herokuapp.com/
@ -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

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -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.13~ynh1
**Version incluse :** 2024.02.15~ynh1
**Démo :** 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.02.13~ynh1"
version = "2024.02.15~ynh1"
maintainers = ["Thovi98"]
@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/terraforming-mars/terraforming-mars/archive/c0cd009cb481831fc5b17b4445249535bf2bbb54.tar.gz"
sha256 = "521e977f0b8373a75b021a86e7302681eb2b2646a764df6867a581456f77e2a0"
url = "https://github.com/terraforming-mars/terraforming-mars/archive/f6c8f3a5ef77ad78084d344591582592c4fd6f64.tar.gz"
sha256 = "e24580a49fc4f0070aff6a7a0ab3bb44393dad5ab4a5c252b34fc87bc3476e7a"
in_subdir = true
autoupdate.strategy = "latest_github_commit"