mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
[lua] update to 5.4.7 (#40020)
This commit is contained in:
parent
aa03dab288
commit
c2aa1851f1
@ -1,7 +1,7 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.lua.org/ftp/lua-${VERSION}.tar.gz"
|
||||
FILENAME "lua-${VERSION}.tar.gz"
|
||||
SHA512 d90c6903355ee1309cb0d92a8a024522ff049091a117ea21efb585b5de35776191cd67d17a65b18c2f9d374795b7c944f047576f0e3fe818d094b26f0e4845c5
|
||||
SHA512 98c5c8978dfdf867e37e9eb3b3ec83dee92d199243b5119505da83895e33f10d43c841be6a7d3b106daba8a0b2bd25fe099ebff8f87831dcc55c79c78b97d8b8
|
||||
)
|
||||
vcpkg_extract_source_archive(
|
||||
SOURCE_PATH
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lua",
|
||||
"version": "5.4.6",
|
||||
"version": "5.4.7",
|
||||
"description": "A powerful, fast, lightweight, embeddable scripting language",
|
||||
"homepage": "https://www.lua.org",
|
||||
"license": null,
|
||||
|
@ -5545,7 +5545,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"lua": {
|
||||
"baseline": "5.4.6",
|
||||
"baseline": "5.4.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"lua-compat53": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "97783a4c337df419c0a6a75e9599545c54259d86",
|
||||
"version": "5.4.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a25521a101ee330fd29139a6d4f377be3d814326",
|
||||
"version": "5.4.6",
|
||||
|
Loading…
Reference in New Issue
Block a user