Skip to content

Commit

Permalink
Update Lua 5.3 (binary) version to 5.3.3 for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
n1tehawk committed Oct 21, 2016
1 parent 4a26cfa commit 978d4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/install-lua.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REM It is intended to be run as "install" step from within AppVeyor.
REM version numbers and file names for binaries from http://sf.net/p/luabinaries/
set VER_51=5.1.5
set VER_52=5.2.4
set VER_53=5.3.2
set VER_53=5.3.3
set ZIP_51=lua-%VER_51%_Win32_bin.zip
set ZIP_52=lua-%VER_52%_Win32_bin.zip
set ZIP_53=lua-%VER_53%_Win32_bin.zip
Expand Down

0 comments on commit 978d4a6

Please sign in to comment.