pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/lua lua: Bump default version to 5.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bed63a5c8a44
branches:  trunk
changeset: 381089:bed63a5c8a44
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 28 09:39:29 2022 +0000

description:
lua: Bump default version to 5.4

diffstat:

 lang/lua/luaversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8b352d79f5d6 -r bed63a5c8a44 lang/lua/luaversion.mk
--- a/lang/lua/luaversion.mk    Tue Jun 28 09:38:38 2022 +0000
+++ b/lang/lua/luaversion.mk    Tue Jun 28 09:39:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: luaversion.mk,v 1.15 2020/08/25 22:46:24 gutteridge Exp $
+# $NetBSD: luaversion.mk,v 1.16 2022/06/28 09:39:29 nia Exp $
 
 # This file determines which Lua version is used as a dependency for
 # a package.
@@ -79,7 +79,7 @@
 BUILD_DEFS+=           LUA_VERSION_DEFAULT
 BUILD_DEFS_EFFECTS+=   LUA_PACKAGE
 
-LUA_VERSION_DEFAULT?=  53
+LUA_VERSION_DEFAULT?=  54
 LUA_VERSIONS_ACCEPTED?=        54 53 52 51
 LUA_VERSIONS_INCOMPATIBLE?=# empty
 



Home | Main Index | Thread Index | Old Index