mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
Merge pull request #55 from YunoHost-Apps/ci-auto-update-2024.02.25
Upgrade to v2024.02.25
This commit is contained in:
commit
8d903ce991
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:** 2024.02.23~ynh1
|
**Shipped version:** 2024.02.25~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 :** 2024.02.23~ynh1
|
**Version incluse :** 2024.02.25~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 = "2024.02.23~ynh1"
|
version = "2024.02.25~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/b7dc3d0e6b92ed758c340009c120cc2e0d3f7fa4.tar.gz"
|
url = "https://github.com/terraforming-mars/terraforming-mars/archive/48463514d5f9cb1219cb3371deef0d03a0b0138c.tar.gz"
|
||||||
sha256 = "5fd0ed850bb73de5b4d843df8a2453a0372cb6284e0b14d8805d6ac642f13874"
|
sha256 = "c507ef8f29058e44467c110f75db590313f5a2035c144c206f9d51ecf71e610d"
|
||||||
in_subdir = true
|
in_subdir = true
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue