From 4e579b1a95e4c57edcd827d210d8072c669f072a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 May 2024 12:29:45 +0200 Subject: [PATCH] add mineclone2 --- manifest.toml | 6 ++++++ tests.toml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/manifest.toml b/manifest.toml index a9db551..d0fe4d8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -97,6 +97,12 @@ ram.runtime = "50M" autoupdate.upstream = "https://codeberg.org/mineclonia/mineclonia" autoupdate.strategy = "latest_forgejo_release" + [resources.sources.mineclone2] + url = "https://git.minetest.land/VoxeLibre/VoxeLibre/archive/0.86.2.tar.gz" + sha256 = "97536a9e36482363112185ab936532d034163e3dc1ebd3cb365d018fc14b810d" + autoupdate.upstream = "https://git.minetest.land/VoxeLibre/VoxeLibre" + autoupdate.strategy = "latest_forgejo_release" + [resources.system_user] [resources.install_dir] diff --git a/tests.toml b/tests.toml index d2e4846..22d6335 100644 --- a/tests.toml +++ b/tests.toml @@ -33,3 +33,9 @@ test_format = 1.0 only = ["install.root", "backup_restore", "upgrade"] args.game = "mineclonia" + + + ["Test-mineclone2"] + + only = ["install.root", "backup_restore", "upgrade"] + args.game = "mineclone2" \ No newline at end of file