diff --git a/ports/luau/portfile.cmake b/ports/luau/portfile.cmake index d2786ed9365e45..390625d9efbfbe 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 @@ -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/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..64d613da1dba0f 100644 --- a/versions/l-/luau.json +++ b/versions/l-/luau.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3e9d49d75c50e4659b4431a258058d847c7fb1c3", + "version": "0.733", + "port-version": 0 + }, { "git-tree": "da3aa4bf7b21e3abbe6b27670b535e4ea240ee87", "version": "0.732",