All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/minetest: bump to version 5.2.0
@ 2020-05-03 23:07 Romain Naour
  2020-05-03 23:07 ` [Buildroot] [PATCH 2/4] package/minetest_game: " Romain Naour
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Romain Naour @ 2020-05-03 23:07 UTC (permalink / raw)
  To: buildroot

Update indentation of hash file (two spaces)

See:
https://dev.minetest.net/Changelog#5.1.0_.E2.86.92_5.2.0

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/minetest/minetest.hash | 4 ++--
 package/minetest/minetest.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/minetest/minetest.hash b/package/minetest/minetest.hash
index bedc7633c6..626f56a31c 100644
--- a/package/minetest/minetest.hash
+++ b/package/minetest/minetest.hash
@@ -1,4 +1,4 @@
 # Locally calculated
-sha256 ca53975eecf6a39383040658f41d697c8d7f8d5fe9176460f564979c73b53906  minetest-5.1.0.tar.gz
+sha256  4996c7c50a6600d0c7140680d4bd995cb9aae910f216b46373953b49d6b13a5d  minetest-5.2.0.tar.gz
 
-sha256 03ec12b2ba71d5e31c37bcf2700af2f278141df62e5a2ac0ce056c53bf266e44  LICENSE.txt
+sha256  03ec12b2ba71d5e31c37bcf2700af2f278141df62e5a2ac0ce056c53bf266e44  LICENSE.txt
diff --git a/package/minetest/minetest.mk b/package/minetest/minetest.mk
index 3264792137..e8fe5b45ce 100644
--- a/package/minetest/minetest.mk
+++ b/package/minetest/minetest.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MINETEST_VERSION = 5.1.0
+MINETEST_VERSION = 5.2.0
 MINETEST_SITE = $(call github,minetest,minetest,$(MINETEST_VERSION))
 MINETEST_LICENSE = LGPL-2.1+ (code), CC-BY-SA-3.0 (textures and sounds)
 MINETEST_LICENSE_FILES = LICENSE.txt
-- 
2.25.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-09 20:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 23:07 [Buildroot] [PATCH 1/4] package/minetest: bump to version 5.2.0 Romain Naour
2020-05-03 23:07 ` [Buildroot] [PATCH 2/4] package/minetest_game: " Romain Naour
2020-05-09 20:23   ` Thomas Petazzoni
2020-05-03 23:07 ` [Buildroot] [PATCH 3/4] package/libpng: enable neon support for aarch64 Romain Naour
2020-05-09 20:24   ` Thomas Petazzoni
2020-05-03 23:07 ` [Buildroot] [PATCH 4/4] package/irrlicht: disable bundled libpng NEON support Romain Naour
2020-05-09 20:24   ` Thomas Petazzoni
2020-05-09 20:23 ` [Buildroot] [PATCH 1/4] package/minetest: bump to version 5.2.0 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.