summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>2025-06-07 17:45:44 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-06-09 11:10:16 +0200
commit93761c731cd3ac5fb74a50b26c4af7cdcf65aeb3 (patch)
treee6d6bf394fc6c745395c3d6041f5ef6da794bb53
parent76914905f820d76ed7450d39bb907e06da08f593 (diff)
gnu: minetest-game: Update to 0.0.0-1.0351c66.
* gnu/packages/minetest.scm (minetest-game): Update to 0.0.0-1.0351c66. [source]: Use the new git address. [description]: Rename to Luanti. [home-page]: Use the new address. Change-Id: Id3175e792bc85bf0c62c683665809376a40c6c7e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r--gnu/packages/minetest.scm19
1 files changed, 10 insertions, 9 deletions
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 79aff03131..6fed1b2aad 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -185,8 +185,8 @@ Luanti games with multiplayer support. This package provides
@command{luantiserver} to run a Luanti server.")))
(define-public minetest-game
- (let ((commit "88ecab34d98550c8eb77f49ac2866b480a6e707a")
- (revision "0"))
+ (let ((commit "0351c6691595c6eb88a1bea2383f6fae46a686ce")
+ (revision "1"))
(package
(name "minetest-game")
(version (git-version "0.0.0" revision commit))
@@ -194,21 +194,22 @@ Luanti games with multiplayer support. This package provides
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/minetest/minetest_game")
+ (url "https://github.com/luanti-org/minetest_game")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0pvr3m7kxrriabw20sy6rhx0givh5ic85dk5g88cbbsy83admsp0"))))
+ (base32 "13l33ghnm1g3ka0ivxljzdga50x0iv0fzyd7pqm15ickfbkwbm0v"))))
(build-system copy-build-system)
(arguments
(list
#:install-plan #~'(("." "/share/minetest/games/minetest_game"))))
- (synopsis "Ex-official game for Minetest game engine")
+ (synopsis "Ex-official game for Luanti game engine")
(description
- "A game for the Minetest voxel game platform. It provides a very basic
-Minecraft-like base for some mods. It is currently in maintenance mode
-and gets no new features.")
- (home-page "https://www.minetest.net/")
+ "This package provides the Minetest Game - a game for the
+Luanti game engine which used to be the official game for Luanti
+(formerly Minetest). It is currently in maintenance mode and gets no
+new features.")
+ (home-page "https://www.luanti.org/")
(license license:lgpl2.1+))))
;; This package is deprecated. "Minetest Game" is no longer the official game.