From 9a875906abc473c08832d6511613abe9f16836fd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 26 Oct 2019 18:01:40 +0000 Subject: [PATCH] minetest: Update to version 5.1.0 --- bucket/minetest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/minetest.json b/bucket/minetest.json index d490758b..f6bf19ed 100644 --- a/bucket/minetest.json +++ b/bucket/minetest.json @@ -1,18 +1,18 @@ { "homepage": "https://www.minetest.net/", "description": "Minecraft-like infinite-world multiplayer sandbox game", - "version": "5.0.1", + "version": "5.1.0", "license": "LGPL-2.1-or-later", "architecture": { "64bit": { - "url": "https://github.com/minetest/minetest/releases/download/5.0.1/minetest-5.0.1-win64.zip", - "hash": "587d91abe094fc56d6fad115b23e533f7501966835d1c636421b7c96399ee7ee", - "extract_dir": "minetest-5.0.1-win64" + "url": "https://github.com/minetest/minetest/releases/download/5.1.0/minetest-5.1.0-win64.zip", + "hash": "1bb5c133fda326d59af703ceb2163403059dd42ffe249660ab6c1c4607c4c55c", + "extract_dir": "minetest-5.1.0-win64" }, "32bit": { - "url": "https://github.com/minetest/minetest/releases/download/5.0.1/minetest-5.0.1-win32.zip", - "hash": "ec4dcd20365dec8b7e58a434691c64f089fa236c33fb7498be67e923b64030dc", - "extract_dir": "minetest-5.0.1-win32" + "url": "https://github.com/minetest/minetest/releases/download/5.1.0/minetest-5.1.0-win32.zip", + "hash": "05adb03c692096332c2be07a1abcf91707d9ee660d757da144a6371cc33ce164", + "extract_dir": "minetest-5.1.0-win32" } }, "shortcuts": [ @@ -29,7 +29,7 @@ ], "post_install": [ "if(!(Test-Path \"$dir\\config\\minetest.conf\")) {", - "New-Item -ErrorAction Ignore -Type file \"$dir\\config\\minetest.conf\" | Out-Null", + "New-Item -ErrorAction Ignore -Type file \"$dir\\config\\minetest.conf\" | Out-Null", "}" ], "checkver": {