comparison src/lua.mk @ 6090:cfcb60a4d470

* src/lua.mk: update to v5.4.4
author John Donoghue <john.donoghue@ieee.org>
date Mon, 21 Feb 2022 15:08:09 -0500
parents 0d90a374c135
children 737b7d8277a4
comparison
equal deleted inserted replaced
6089:bc57defda322 6090:cfcb60a4d470
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := lua 4 PKG := lua
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.4.3 6 $(PKG)_VERSION := 5.4.4
7 $(PKG)_CHECKSUM := 1dda2ef23a9828492b4595c0197766de6e784bc7 7 $(PKG)_CHECKSUM := 03c27684b9d5d9783fb79a7c836ba1cdc5f309cd
8 $(PKG)_SUBDIR := lua-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := lua-$($(PKG)_VERSION)
9 $(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12