From 6f812bb0412d095c14aeb50fbdb3005c3b8fa360 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 10 Mar 2021 22:41:06 +0100 Subject: [PATCH 1/2] Upgrade to 5.4.0 --- README.md | 4 ++-- README_fr.md | 6 +++--- conf/app.src | 6 +++--- manifest.json | 2 +- pull_request_template.md | 4 +--- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1d20b8b..96cd2bb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don’t have YunoHost, please see [here](https://yunohost.org/#/install) ## Overview Minetest is a free open-source voxel game engine with easy modding and game creation. -**Shipped version:** 5.3.0 +**Shipped version:** 5.4.0 ## Screenshots @@ -28,7 +28,7 @@ How to configure this app: by SSH ## Documentation * Official documentation: https://wiki.minetest.net/ - * YunoHost documentation: https://yunohost.org/#/app_minetest + * YunoHost documentation: https://yunohost.org/en/app_minetest ## YunoHost specific features diff --git a/README_fr.md b/README_fr.md index 55b3ba1..4177340 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,7 @@ # Minetest for YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) ![](https://ci-apps.yunohost.org/ci/badges/minetest.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/minetest.maintain.svg) -[![Installer Minetest avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=minetest) +[![Installer Minetest avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minetest) *[Read this readme in English.](./README.md)* @@ -11,7 +11,7 @@ Si vous n’avez pas YunoHost, veuillez consulter [ici](https://yunohost.org/#/i ## Aperçu Minetest est un moteur de jeu voxel open-source avec modding et création de jeux faciles. -**Version incluse:** 5.3.0 +**Version incluse:** 5.4.0 ## Captures d’écran @@ -28,7 +28,7 @@ Comment configurer cette application : par SSH ## Documentation * Documentation officielle : https://wiki.minetest.net/ - * Documentation YunoHost : https://yunohost.org/#/app_minetest_fr + * Documentation YunoHost : https://yunohost.org/fr/app_minetest ## Caractéristiques spécifiques YunoHost diff --git a/conf/app.src b/conf/app.src index 8daf880..229030c 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/minetest/minetest/archive/5.3.0.tar.gz -SOURCE_SUM=65dc2049f24c93fa544500f310a61e289c1b8fa47bf60877b746a2c27a7238d6 +SOURCE_URL=https://github.com/minetest/minetest/archive/5.4.0.tar.gz +SOURCE_SUM=6e9b299e156651be9bcf973a9232cff32215de31dfae5ea770a71d1757cab014 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=minetest-5.3.0.tar.gz +SOURCE_FILENAME=minetest-5.4.0.tar.gz diff --git a/manifest.json b/manifest.json index 8951e91..f4526ba 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Free, open source voxel game engine and game. Need a client to connect to the server.", "fr": "Moteur de jeu de type « bac à sable » gratuit et open source. Nécessite un client pour se connecter au serveur." }, - "version": "5.3.0~ynh1", + "version": "5.4.0~ynh1", "url": "http://www.minetest.net/", "license": "MIT", "maintainer": { diff --git a/pull_request_template.md b/pull_request_template.md index b67f687..6c28fc5 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -13,6 +13,4 @@ ## Package_check results --- -*If you have access to [App Continuous Integration for packagers](https://yunohost.org/#/packaging_apps_ci) you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results* - -[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/minetest_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/minetest_ynh%20PR-NUM-%20(USERNAME)/) +* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"* From 6a5c7fc8d67249a90919461ab58a4e2c5c8a143a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Mar 2021 11:00:43 +0100 Subject: [PATCH 2/2] Update minetest_game.src --- conf/minetest_game.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/minetest_game.src b/conf/minetest_game.src index d6b33b3..95ca5fa 100644 --- a/conf/minetest_game.src +++ b/conf/minetest_game.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/minetest/minetest_game/archive/5.3.0.tar.gz -SOURCE_SUM=06c6c1d4b97af211dd0fa518a3e68a205f594e9816a4b2477e48d4d21d278e2d +SOURCE_URL=https://github.com/minetest/minetest_game/archive/5.4.0.tar.gz +SOURCE_SUM=520d2056085ec11e8806cf5a8f928537797d27a86704770bf408c113ea9881cb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=minetest_game-5.3.0.tar.gz +SOURCE_FILENAME=minetest_game-5.4.0.tar.gz