From 9f88a73081bba491bb8a3d7c09035f61e486eaff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 10 Jun 2023 22:43:18 +0200 Subject: [PATCH 1/3] Testing (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix linter warning * Auto-update README * Auto-update README * Bump to 4.3.0 (#37) * 4.3.0 * Auto-update README * Fix linter * Auto-update README Co-authored-by: yunohost-bot * Auto-update README * Appy last example_ynh * Auto-update README * Auto-update README * Version 2 (#40) * v2 * v2 * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot * 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> --------- Co-authored-by: Yunohost-Bot Co-authored-by: yunohost-bot Co-authored-by: yalh76 Co-authored-by: YunoHost Bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c36544d..3279edf 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/README_fr.md b/README_fr.md index 4bed66b..60e9aa5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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/ diff --git a/manifest.toml b/manifest.toml index c82b170..0fe3852 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" From 7ca2e68b8e16dbc3e62189944d9632a8516517d8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:15:03 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3279edf..222e298 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You lose once blocks on a face of the hexagon stack outside of the outer hexagon * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 60e9aa5..7efcc9c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,7 +37,7 @@ Vous perdez une fois les blocs sur une face de la pile hexagonale en dehors de l * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 94d5a6b74493348c4126465ac1a405b50f5113cd Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:05:17 +0100 Subject: [PATCH 3/3] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 201fdf1..c98b60f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,7 +24,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 fi chmod -R o-rwx "$install_dir"