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

Upgrade to v2024.04.11
This commit is contained in:
Thomas 2024-04-12 08:36:44 +02:00 committed by GitHub
commit 4ab50ab540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 56 additions and 7 deletions

View file

@ -4,3 +4,4 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
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.04.09~ynh1
**Shipped version:** 2024.04.11~ynh1
**Demo:** <https://terraforming-mars.herokuapp.com/>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
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.
**Paketatutako bertsioa:** 2024.04.09~ynh1
**Paketatutako bertsioa:** 2024.04.11~ynh1
**Demoa:** <https://terraforming-mars.herokuapp.com/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
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.04.09~ynh1
**Version incluse:** 2024.04.11~ynh1
**Démo:** <https://terraforming-mars.herokuapp.com/>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
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.
**Versión proporcionada:** 2024.04.09~ynh1
**Versión proporcionada:** 2024.04.11~ynh1
**Demo:** <https://terraforming-mars.herokuapp.com/>

48
README_zh_Hans.md Normal file
View file

@ -0,0 +1,48 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 的 Terraforming Mars
[![集成程度](https://dash.yunohost.org/integration/terraforming-mars.svg)](https://dash.yunohost.org/appci/app/terraforming-mars) ![工作状态](https://ci-apps.yunohost.org/ci/badges/terraforming-mars.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/terraforming-mars.maintain.svg)
[![使用 YunoHost 安装 Terraforming Mars ](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=terraforming-mars)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Terraforming Mars 。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
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.
**分发版本:** 2024.04.11~ynh1
**演示:** <https://terraforming-mars.herokuapp.com/>
## 截图
![Terraforming Mars 的截图](./doc/screenshots/screenshot.png)
## 文档与资源
- 上游应用代码库: <https://github.com/terraforming-mars/terraforming-mars>
- YunoHost 商店: <https://apps.yunohost.org/app/terraforming-mars>
- 报告 bug <https://github.com/YunoHost-Apps/terraforming-mars_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/terraforming-mars_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/terraforming-mars_ynh/tree/testing --debug
sudo yunohost app upgrade terraforming-mars -u https://github.com/YunoHost-Apps/terraforming-mars_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <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.04.09~ynh1"
version = "2024.04.11~ynh1"
maintainers = ["Thovi98"]
@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/terraforming-mars/terraforming-mars/archive/56a0b5f1075ce9112bb779da402830446039ce9a.tar.gz"
sha256 = "005c5ced44917c1cde0fa9f8fa2b0c4adbbb7fd4d7932babdbff0647b27fe8fc"
url = "https://github.com/terraforming-mars/terraforming-mars/archive/0dd907b51bbc253fd0c6dd70350c114eef0ac13e.tar.gz"
sha256 = "c4947af49d1c81167767a9c87565a7e6da506de462921fad9438b3911eadd9eb"
in_subdir = true
autoupdate.strategy = "latest_github_commit"