1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00

Upgrade to v2022.02.08 (#42)

* Upgrade to v2022.02.08

* Auto-update README

* Update manifest.toml

* Auto-update README

---------

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
YunoHost Bot 2023-06-09 21:42:33 +02:00 committed by GitHub
parent 2f1b456c92
commit a4595fa216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ Destroying multiple series of blocks grants combos, whose durations are indicate
You lose once blocks on a face of the hexagon stack outside of the outer hexagon!
**Shipped version:** 2023.06.08~ynh1
**Shipped version:** 2023.06.09~ynh1
**Demo:** https://hextris.io/

View file

@ -25,7 +25,7 @@ Détruire plusieurs séries de blocs permet d'obtenir des combos, dont la durée
Vous perdez une fois les blocs sur une face de la pile hexagonale en dehors de l'hexagone extérieur !
**Version incluse :** 2023.06.08~ynh1
**Version incluse :** 2023.06.09~ynh1
**Démo :** https://hextris.io/

View file

@ -5,7 +5,7 @@ name = "Hextris"
description.en = "Fast paced puzzle game"
description.fr = "Jeu de puzzle très rapide"
version = "2023.06.08~ynh1"
version = "2023.06.09~ynh1"
maintainers = ["AerisOne"]
@ -39,8 +39,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/Hextris/hextris/archive/8872ec47d694628e2fe668ebaa90b13d5626d95f.tar.gz"
sha256 = "67f3fbd54c405717a25fb1e6f71d2b46e94c7ac6971861dd99ae5e58f6609892"
url = "https://github.com/Hextris/hextris/archive/3f4847dc8fd7dab3d1c87e6324b9159d92fbd396.tar.gz"
sha256 = "38539c391cd97b1d90177c81b55a6194fd00e1b930bb21951d39b4902a4377ef"
autoupdate.upstream = "https://github.com/Hextris/hextris"
autoupdate.strategy = "latest_github_commit"