Skip to content

Commit 8363653

Browse files
committed
Revert "lua: update from v5.4.4 to v5.4.7"
This reverts commit aff39e3.
1 parent aff39e3 commit 8363653

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

cross/lua/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME = lua
2-
PKG_VERS = 5.4.7
2+
PKG_VERS = 5.4.4
33
PKG_EXT = tar.gz
44
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
55
PKG_DIST_SITE = https://www.lua.org/ftp

cross/lua/PLIST

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ bin:bin/lua
22
bin:bin/luac
33
lib:lib/liblua.so
44
lnk:lib/liblua.so.5.4
5-
lnk:lib/liblua.so.5.4.7
5+
lnk:lib/liblua.so.5.4.4
66

cross/lua/digests

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
lua-5.4.7.tar.gz SHA1 29b54f97dab8631f52ee21a44871622eaefbe235
2-
lua-5.4.7.tar.gz SHA256 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30
3-
lua-5.4.7.tar.gz MD5 fc3f3291353bbe6ee6dec85ee61331e8
1+
lua-5.4.4.tar.gz SHA1 03c27684b9d5d9783fb79a7c836ba1cdc5f309cd
2+
lua-5.4.4.tar.gz SHA256 164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
3+
lua-5.4.4.tar.gz MD5 bd8ce7069ff99a400efd14cf339a727b

spk/lua/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
SPK_NAME = lua
2-
SPK_VERS = 5.4.7
3-
SPK_REV = 5
2+
SPK_VERS = 5.4.4
3+
SPK_REV = 4
44
SPK_ICON = src/lua.png
55

6-
DEPENDS = cross/lua
6+
DEPENDS = cross/$(SPK_NAME)
77

88
MAINTAINER = eelcohn
99
MAINTAINER_URL = https://www.lua.org/
@@ -12,7 +12,7 @@ HELPURL = https://www.lua.org/start.html
1212
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.
1313
DISPLAY_NAME = Lua
1414
STARTABLE = no
15-
CHANGELOG = "Update lua to v5.4.7"
15+
CHANGELOG = "Update lua to v5.4.4"
1616

1717
HOMEPAGE = https://www.lua.org
1818
LICENSE = MIT

0 commit comments

Comments
 (0)