Skip to content

Commit 8d2a185

Browse files
committed
lua: update bundled lua version for windows to 5.5.0
1 parent 3646483 commit 8d2a185

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

lua/build-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ arch="$2"
88

99
script_dir="$(cd "$(dirname "$0")" && pwd)"
1010

11-
lua_version="5.4.8"
11+
lua_version="5.5.0"
1212
lua_src="lua-$lua_version.tar.gz"
1313
lua_checksum="lua-$lua_version.sha256"
1414

lua/lua-5.4.8.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

lua/lua-5.5.0.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
57ccc32bbbd005cab75bcc52444052535af691789dba2b9016d5c50640d68b3d *lua-5.5.0.tar.gz

0 commit comments

Comments
 (0)