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

update lua to v5.4.3 #4596

Merged
merged 1 commit into from
May 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/lua/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = lua
PKG_VERS = 5.4.1
PKG_VERS = 5.4.3
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.lua.org/ftp/
Expand Down
2 changes: 1 addition & 1 deletion cross/lua/PLIST
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ bin:bin/lua
bin:bin/luac
lib:lib/liblua.so
lnk:lib/liblua.so.5.4
lnk:lib/liblua.so.5.4.1
lnk:lib/liblua.so.5.4.3

6 changes: 3 additions & 3 deletions cross/lua/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lua-5.4.1.tar.gz SHA1 88961e7d4fda58ca2c6163938fd48db8880e803d
lua-5.4.1.tar.gz SHA256 4ba786c3705eb9db6567af29c91a01b81f1c0ac3124fdbf6cd94bdd9e53cca7d
lua-5.4.1.tar.gz MD5 1d575faef1c907292edd79e7a2784d30
lua-5.4.3.tar.gz SHA1 1dda2ef23a9828492b4595c0197766de6e784bc7
lua-5.4.3.tar.gz SHA256 f8612276169e3bfcbcfb8f226195bfc6e466fe13042f1076cbde92b7ec96bbfb
lua-5.4.3.tar.gz MD5 ef63ed2ecfb713646a7fcc583cf5f352
7 changes: 3 additions & 4 deletions spk/lua/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = lua
SPK_VERS = 5.4.1
SPK_REV = 2
SPK_VERS = 5.4.3
SPK_REV = 3
SPK_ICON = src/lua.png

DEPENDS = cross/$(SPK_NAME)
Expand All @@ -10,10 +10,9 @@ MAINTAINER_URL = https://www.lua.org/
HELPURL = https://www.lua.org/start.html

DESCRIPTION = Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
RELOAD_UI = no
DISPLAY_NAME = Lua
STARTABLE = no
CHANGELOG = "Update lua to v5.4.1"
CHANGELOG = "Update lua to v5.4.3"

HOMEPAGE = https://www.lua.org
LICENSE = MIT
Expand Down