From 30dc01c7c57031452327550ea0280bfe0928c5a4 Mon Sep 17 00:00:00 2001 From: Guilherme Dantas Date: Mon, 1 Jul 2024 21:59:09 -0300 Subject: [PATCH] Bump the latest version of Lua from 5.4.6 to 5.6.7 (#116) --- tests/bounties/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bounties/Makefile b/tests/bounties/Makefile index 722f686..a4f7c1a 100644 --- a/tests/bounties/Makefile +++ b/tests/bounties/Makefile @@ -1,6 +1,6 @@ all: $(MAKE) -C lua-bounty riscv64 VERSION=5.4.3 - $(MAKE) -C lua-bounty riscv64 VERSION=5.4.6 + $(MAKE) -C lua-bounty riscv64 VERSION=5.4.7 $(MAKE) -C sqlite-bounty riscv64 VERSION=3.32.2 $(MAKE) -C sqlite-bounty riscv64 VERSION=3.43.2