Skip to content

Commit

Permalink
lua: update from v5.4.4 to v5.4.7 (#6373)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 authored Jan 5, 2025
1 parent a26cdef commit 5bd75b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.4
PKG_VERS = 5.4.7
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.4
lnk:lib/liblua.so.5.4.7

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.4.tar.gz SHA1 03c27684b9d5d9783fb79a7c836ba1cdc5f309cd
lua-5.4.4.tar.gz SHA256 164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
lua-5.4.4.tar.gz MD5 bd8ce7069ff99a400efd14cf339a727b
lua-5.4.7.tar.gz SHA1 29b54f97dab8631f52ee21a44871622eaefbe235
lua-5.4.7.tar.gz SHA256 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30
lua-5.4.7.tar.gz MD5 fc3f3291353bbe6ee6dec85ee61331e8
8 changes: 4 additions & 4 deletions spk/lua/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SPK_NAME = lua
SPK_VERS = 5.4.4
SPK_REV = 4
SPK_VERS = 5.4.7
SPK_REV = 5
SPK_ICON = src/lua.png

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/lua

MAINTAINER = eelcohn
MAINTAINER_URL = https://www.lua.org/
Expand All @@ -12,7 +12,7 @@ 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.
DISPLAY_NAME = Lua
STARTABLE = no
CHANGELOG = "Update lua to v5.4.4"
CHANGELOG = "Update lua to v5.4.7"

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

0 comments on commit 5bd75b8

Please sign in to comment.