Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua-5.3 is not installed. Do you want to install it? ... 404 Not Found #58

Open
doyousketch2 opened this issue Aug 14, 2019 · 1 comment

Comments

@doyousketch2
Copy link

http://www.lua.org/ftp/lua-5.3.tar.gz responds with

404 Not Found
The requested URL /ftp/lua-5.3.tar.gz was not found on this server.
Cherokee web server, Port 80

I would think 5.3 would point to the latest release through their website, but maybe not.

Until they fix it, can your script point to a working release, like
http://www.lua.org/ftp/lua-5.3.5.tar.gz

@bryce-carson
Copy link

It appears minor versions (major.minor.patch) are always released with a patch-number of zero starting with version 5.3.0. Version 5.2 was the last minor version released without a patch number of zero, and versions 5.3.0 and versions 5.4.0 are the minor versions released to date with patch numbers of zero upon release. The script must be updated to account for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants