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.1
Version: 5.4.2
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.1.tar.gz"
FILENAME "lua-5.4.1.tar.gz"
SHA512 49ffbe814ec41e515fc8502b6958151c6c56aa171412f0b211ad9de934be2c958c3709d49435885ddea0fa6765ed511dafb3537558950ff3b4261338214f1571
URLS "https://www.lua.org/ftp/lua-5.4.2.tar.gz"
FILENAME "lua-5.4.2.tar.gz"
SHA512 9454a6ffd973598f2f4a2399834c31c4d5090bd12e716776e3189aa57760319d114ee64a8338bbc2ef5e08150bf0adc2ad94a1b2677f38538a43359969d4d920
)
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 @@ -3645,7 +3645,7 @@
"port-version": 0
},
"lua": {
"baseline": "5.4.1",
"baseline": "5.4.2",
"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": "5f3de4a36739615d9ffba11571f50226b385721b",
"version-string": "5.4.2",
"port-version": 0
},
{
"git-tree": "3bf3ea5ddf8760d12d37e7a2e95cb3db3cc51b7f",
"version-string": "5.4.1",
Expand Down