From a143f589709eaa9f72db195774952d4c0756a6d8 Mon Sep 17 00:00:00 2001 From: toge Date: Mon, 10 Aug 2026 01:39:55 +0900 Subject: [PATCH 1/2] [luau] update to 0.733 --- ports/luau/portfile.cmake | 2 +- ports/luau/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/luau.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/luau/portfile.cmake b/ports/luau/portfile.cmake index d2786ed9365e45..286978c82f59cf 100644 --- a/ports/luau/portfile.cmake +++ b/ports/luau/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO luau-lang/luau REF ${VERSION} - SHA512 d223a8ec8e31aa5e0fed496bd1d4d69b5a6971b3edce63e37a0df1916996dc59709e666d2d0dbe89538e8f041ccab07b1a2852f5fe5154861d7fcdea724ba2c9 + SHA512 e1a3de791c5f46138b88efd898ae1e21377bbd299b8fd51817140f0d0b8dcfb039db66776d74dfde560829947aa781515f25236aa95cac0dcd3a29498b3f7a6b HEAD_REF master PATCHES cmake-config-export.patch diff --git a/ports/luau/vcpkg.json b/ports/luau/vcpkg.json index 743ea37f0e8c83..97b5e2f2836376 100644 --- a/ports/luau/vcpkg.json +++ b/ports/luau/vcpkg.json @@ -1,6 +1,6 @@ { "name": "luau", - "version": "0.732", + "version": "0.733", "description": "A fast, small, safe, gradually typed embeddable scripting language derived from Lua", "homepage": "https://github.com/luau-lang/luau", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index db58016fadd36c..1dcbc50848f161 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6321,7 +6321,7 @@ "port-version": 1 }, "luau": { - "baseline": "0.732", + "baseline": "0.733", "port-version": 0 }, "lunarg-vulkantools": { diff --git a/versions/l-/luau.json b/versions/l-/luau.json index b4ea4696d77071..ff4275914ca860 100644 --- a/versions/l-/luau.json +++ b/versions/l-/luau.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "de3cb51ad061e68b148f4f757f6006a603a48845", + "version": "0.733", + "port-version": 0 + }, { "git-tree": "da3aa4bf7b21e3abbe6b27670b535e4ea240ee87", "version": "0.732", From 24f7ffab3ea0bb4bf20a68ded427bf77dfa31f49 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Mon, 10 Aug 2026 13:16:07 -0700 Subject: [PATCH 2/2] [luau] Install isocline license notice Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ports/luau/portfile.cmake | 6 +++++- versions/l-/luau.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ports/luau/portfile.cmake b/ports/luau/portfile.cmake index 286978c82f59cf..390625d9efbfbe 100644 --- a/ports/luau/portfile.cmake +++ b/ports/luau/portfile.cmake @@ -38,4 +38,8 @@ endif() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") -vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt") +vcpkg_install_copyright( + FILE_LIST + "${SOURCE_PATH}/LICENSE.txt" + "${SOURCE_PATH}/extern/isocline/LICENSE" +) diff --git a/versions/l-/luau.json b/versions/l-/luau.json index ff4275914ca860..64d613da1dba0f 100644 --- a/versions/l-/luau.json +++ b/versions/l-/luau.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "de3cb51ad061e68b148f4f757f6006a603a48845", + "git-tree": "3e9d49d75c50e4659b4431a258058d847c7fb1c3", "version": "0.733", "port-version": 0 },