Skip to content

Commit

Permalink
Moved to lua 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pocomane committed Dec 29, 2020
1 parent 0debbe6 commit 186d50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Library list and documentation

Here a link to the documentation of the included software:

- [Lua 5.4.1](https://www.lua.org/manual/5.4), the standalone interpreter is in the generated `lua.exe`
- [Lua 5.4.2](https://www.lua.org/manual/5.4), the standalone interpreter is in the generated `lua.exe`
- [Lua File System](https://keplerproject.github.io/luafilesystem/manual.html#reference), it is enabled with `local lfs = require "lfs"`
- [Lua Socket](http://w3.impa.br/~diego/software/luasocket/reference.html), it is enabled with `local socket = require "socket"`
- [Lua Child](https://github.com/pocomane/luachild), it is enabled with `local child = require "luachild"`
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ us_do_for_updater() {
}
us_do_for_other() {

us_package_do "$1" www.lua.org/ftp lua-5.4.1.tar.gz . url.tar.gz.sub 'lua'
us_package_do "$1" www.lua.org/ftp lua-5.4.2.tar.gz . url.tar.gz.sub 'lua'
us_package_do "$1" github.com/keplerproject luafilesystem . git.url
us_package_do "$1" github.com/diegonehab luasocket . git.url
us_package_do "$1" github.com/pocomane luachild . git.url
Expand Down

0 comments on commit 186d50c

Please sign in to comment.