/usr/share/lua/5.1/http/version.lua is in lua-http 0.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | --[[
This file contains the lua-http release.
It should be updated as part of the release process
]]
return {
name = "lua-http";
version = "0.1";
}
|