diff --git a/bucket/minetest.json b/bucket/luanti.json similarity index 54% rename from bucket/minetest.json rename to bucket/luanti.json index 6fce290bfd31..5f210e1c0044 100644 --- a/bucket/minetest.json +++ b/bucket/luanti.json @@ -1,18 +1,18 @@ { - "version": "5.9.1", - "description": "Minecraft-like infinite-world multiplayer sandbox game", - "homepage": "https://www.minetest.net/", + "version": "5.10.0", + "description": "An open source voxel game-creation platform with easy modding and game creation (formerly Minetest)", + "homepage": "https://www.luanti.org/", "license": "LGPL-2.1-or-later", "architecture": { "32bit": { - "url": "https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-win32.zip", - "hash": "e2ec2505457bb2c32ed5dab6dab7640586cced3b512584e66a34b8b5cd3f525b", - "extract_dir": "minetest-5.9.1-win32" + "url": "https://github.com/minetest/minetest/releases/download/5.10.0/luanti-5.10.0-win32.zip", + "hash": "1074ed41947d29f66e6a3567b3c8ab07306923e8843d5e283b27a986bc15c01c", + "extract_dir": "luanti-5.10.0-win32" }, "64bit": { - "url": "https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-win64.zip", - "hash": "2ec9a734159c7837bc25c168b2251efd2c230aa72266140fb6ae760b685d654c", - "extract_dir": "minetest-5.9.1-win64" + "url": "https://github.com/minetest/minetest/releases/download/5.10.0/luanti-5.10.0-win64.zip", + "hash": "7a12e73c94bb132a681dd52834bb3587ff75c5fc28f793f958bca24fab332bb1", + "extract_dir": "luanti-5.10.0-win64" } }, "post_install": [ @@ -22,8 +22,8 @@ ], "shortcuts": [ [ - "bin\\minetest.exe", - "Minetest", + "bin\\luanti.exe", + "Luanti", "--config ..\\config\\minetest.conf" ] ], @@ -39,12 +39,12 @@ "autoupdate": { "architecture": { "32bit": { - "url": "https://github.com/minetest/minetest/releases/download/$version/minetest-$version-win32.zip", - "extract_dir": "minetest-$version-win32" + "url": "https://github.com/minetest/minetest/releases/download/$version/luanti-$version-win32.zip", + "extract_dir": "luanti-$version-win32" }, "64bit": { - "url": "https://github.com/minetest/minetest/releases/download/$version/minetest-$version-win64.zip", - "extract_dir": "minetest-$version-win64" + "url": "https://github.com/minetest/minetest/releases/download/$version/luanti-$version-win64.zip", + "extract_dir": "luanti-$version-win64" } } }