diff --git a/README.md b/README.md index 72e34f1..a1d1b32 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Minetest for YunoHost -[![Integration level](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) - +[![Integration level](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) [![Install Minetest with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=minetest) *[Lire ce readme en français.](./README_fr.md)* @@ -12,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Minetest is a free open-source voxel game engine with easy modding and game creation. -**Shipped version:** 5.1.0 +**Shipped version:** 5.2.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6fc952b..22ee964 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,6 @@ # Minetest for YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) - +[![Niveau d'intégration](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) [![Installer Minetest avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=minetest) *[Read this readme in English.](./README.md)* @@ -12,7 +11,7 @@ Si vous n'avez pas YunoHost, veuillez consulter [ici](https://yunohost.org/#/ins ## Aperçu Minetest est un moteur de jeu voxel open-source gratuit avec modding et création de jeu faciles. -**Version livrée:** 5.1.0 +**Version livrée:** 5.2.0 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 0f06741..fc6b8d5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/minetest/minetest/archive/5.1.0.tar.gz -SOURCE_SUM=ca53975eecf6a39383040658f41d697c8d7f8d5fe9176460f564979c73b53906 +SOURCE_URL=https://github.com/minetest/minetest/archive/5.2.0.tar.gz +SOURCE_SUM=4996c7c50a6600d0c7140680d4bd995cb9aae910f216b46373953b49d6b13a5d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=minetest +SOURCE_FILENAME=minetest-5.2.0.tar.gz diff --git a/conf/minetest_game.src b/conf/minetest_game.src index dd9efd7..28044cd 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.1.0.tar.gz -SOURCE_SUM=f165fac0081bf4797cf9094282cc25034b2347b3ea94e6bb8d9329c5ee63f41b +SOURCE_URL=https://github.com/minetest/minetest_game/archive/5.2.0.tar.gz +SOURCE_SUM=0c49fd6e310de1aba2e8cb8ae72efe0e06bb6bc8d7c5efea23bc201b6a80ce94 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=minetest_game-5.1.0.tar.gz +SOURCE_FILENAME=minetest_game-5.2.0.tar.gz diff --git a/manifest.json b/manifest.json index e1a426e..8b0b51b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Minetest", "id": "minetest", - "version": "5.1.0~ynh1", + "version": "5.2.0~ynh1", "packaging_format": 1, "description": { "en": "Minetest is a free, open source voxel game engine and game. Fully extendable. Need a client to connect to the server.",