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
8 changes: 6 additions & 2 deletions ports/luau/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
)
2 changes: 1 addition & 1 deletion ports/luau/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6321,7 +6321,7 @@
"port-version": 1
},
"luau": {
"baseline": "0.732",
"baseline": "0.733",
"port-version": 0
},
"lunarg-vulkantools": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/luau.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3e9d49d75c50e4659b4431a258058d847c7fb1c3",
"version": "0.733",
"port-version": 0
},
{
"git-tree": "da3aa4bf7b21e3abbe6b27670b535e4ea240ee87",
"version": "0.732",
Expand Down