Skip to content
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 ports/lua/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: lua
Version: 5.4.2
Version: 5.4.3
Homepage: https://www.lua.org
Description: a powerful, fast, lightweight, embeddable scripting language

Expand Down
6 changes: 3 additions & 3 deletions ports/lua/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://www.lua.org/ftp/lua-5.4.2.tar.gz"
FILENAME "lua-5.4.2.tar.gz"
SHA512 9454a6ffd973598f2f4a2399834c31c4d5090bd12e716776e3189aa57760319d114ee64a8338bbc2ef5e08150bf0adc2ad94a1b2677f38538a43359969d4d920
URLS "https://www.lua.org/ftp/lua-5.4.3.tar.gz"
FILENAME "lua-5.4.3.tar.gz"
SHA512 3a1a3ee8694b72b4ec9d3ce76705fe179328294353604ca950c53f41b41161b449877d43318ef4501fee44ecbd6c83314ce7468d7425ba9b2903c9c32a28bbc0
)
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3681,7 +3681,7 @@
"port-version": 0
},
"lua": {
"baseline": "5.4.2",
"baseline": "5.4.3",
"port-version": 0
},
"luabridge": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lua.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8a52fbd7ff551d4c1b7e6d308283cfe92ca81758",
"version-string": "5.4.3",
"port-version": 0
},
{
"git-tree": "5f3de4a36739615d9ffba11571f50226b385721b",
"version-string": "5.4.2",
Expand Down