From 1c3aa24daea1750799479552318c7bf804ffdab5 Mon Sep 17 00:00:00 2001 From: Quentin Chateau via Conan Center Bot Date: Sat, 10 Dec 2022 01:40:47 +0000 Subject: [PATCH] luau: add version 0.556 Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot) Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/) --- recipes/luau/all/conandata.yml | 10 ++++++++++ recipes/luau/config.yml | 2 ++ 2 files changed, 12 insertions(+) diff --git a/recipes/luau/all/conandata.yml b/recipes/luau/all/conandata.yml index 321396ad713ec..4afd6c2c668c4 100644 --- a/recipes/luau/all/conandata.yml +++ b/recipes/luau/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "0.556": + url: "https://github.com/Roblox/luau/archive/0.556.tar.gz" + sha256: "dc72f91f4e866a2b25f7608e062c91c84e92a2e5611026e9789f127c3caf39f6" "0.552": url: "https://github.com/Roblox/luau/archive/0.552.tar.gz" sha256: "c638aee88010197d7e6f22e592fa12360e38a69f54ed91980b11ac0f89676db5" @@ -25,6 +28,13 @@ sources: sha256: "24122d3192083b2133de47d8039fb744b8007c6667fc1b6f254a2a8d72e15d53" patches: + "0.556": + - patch_file: "patches/0.552-0001-fix-cmake.patch" + patch_description: "enable shared build" + patch_type: "portability" + - patch_file: "patches/0.536-0002-rename-lerp.patch" + patch_description: "rename lerp function to avoid name conflict" + patch_type: "portability" "0.552": - patch_file: "patches/0.552-0001-fix-cmake.patch" patch_description: "enable shared build" diff --git a/recipes/luau/config.yml b/recipes/luau/config.yml index a88454dd149ef..2aa48d7676634 100644 --- a/recipes/luau/config.yml +++ b/recipes/luau/config.yml @@ -1,4 +1,6 @@ versions: + "0.556": + folder: all "0.552": folder: all "0.548":