pkgsrc/lang/lua54/version.mk
nia c68a1175d1 lua54: update to 5.4.4
Bugs fixed:

- lua.c assumes that argv has at least one element.
- Lua can generate wrong code when _ENV is <const>.
2022-03-06 07:46:10 +00:00

6 lines
217 B
Makefile

# $NetBSD: version.mk,v 1.5 2022/03/06 07:46:10 nia Exp $
LUA_VERSION= 5.4.4
LUA_VERSION_MAJOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
LUA_VERSION_MINOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}