File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ curl https://www.lua.org/ftp/lua-5.0.3.tar.gz | tar xvz -C `dirname "$0"`/../thi
44curl https://www.lua.org/ftp/lua-5.1.5.tar.gz | tar xvz -C ` dirname " $0 " ` /../thirdparty
55curl https://www.lua.org/ftp/lua-5.2.4.tar.gz | tar xvz -C ` dirname " $0 " ` /../thirdparty
66curl https://www.lua.org/ftp/lua-5.3.6.tar.gz | tar xvz -C ` dirname " $0 " ` /../thirdparty
7- curl https://www.lua.org/ftp/lua-5.4.2 .tar.gz | tar xvz -C ` dirname " $0 " ` /../thirdparty
7+ curl https://www.lua.org/ftp/lua-5.4.7 .tar.gz | tar xvz -C ` dirname " $0 " ` /../thirdparty
88curl https://www.lua.org/ftp/lua-5.5.0.tar.gz | tar xvz -C ` dirname " $0 " ` /../thirdparty
99
Original file line number Diff line number Diff line change 44` dirname " $0 " ` /build.sh lua-5.1.5
55` dirname " $0 " ` /build.sh lua-5.2.4
66` dirname " $0 " ` /build.sh lua-5.3.6
7- ` dirname " $0 " ` /build.sh lua-5.4.2
7+ ` dirname " $0 " ` /build.sh lua-5.4.7
88` dirname " $0 " ` /build.sh lua-5.5.0
File renamed without changes.
Original file line number Diff line number Diff line change 11import { createLauxLib , createLua , createLuaLib } from "./binding-factory" ;
2- import glue from "./glue/glue-lua-5.4.2 " ;
2+ import glue from "./glue/glue-lua-5.4.7 " ;
33
44let luaGlue = glue ( {
55 print : console . log ,
66 printErr : console . error ,
77} ) ;
88
9- export const lua = createLua ( luaGlue , "5.4.2 " ) ;
10- export const lauxlib = createLauxLib ( luaGlue , lua , "5.4.2 " ) ;
11- export const lualib = createLuaLib ( luaGlue , "5.4.2 " ) ;
9+ export const lua = createLua ( luaGlue , "5.4.7 " ) ;
10+ export const lauxlib = createLauxLib ( luaGlue , lua , "5.4.7 " ) ;
11+ export const lualib = createLuaLib ( luaGlue , "5.4.7 " ) ;
You can’t perform that action at this time.
0 commit comments