Minetest 5.4.1

This commit is contained in:
bri cassa 2021-04-11 00:11:57 +02:00
parent 21cf1993c8
commit ec6a8a1e30
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ install_minetest() {
fi
if [[ ! -d minetest ]]; then
local branch="-b 5.4.0"
local branch="-b 5.4.1"
if [[ $ver == "dev" ]]; then
branch="-b stable-5"