From 860046d935fde87023e458cd9810ff3d6dc81580 Mon Sep 17 00:00:00 2001 From: hdhog Date: Thu, 11 Jun 2020 05:01:07 +0400 Subject: [PATCH] [sol] Update to version 3.2.1 (#11826) Co-authored-by: hdhog --- ports/sol2/CONTROL | 2 +- ports/sol2/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/sol2/CONTROL b/ports/sol2/CONTROL index 316e61f3f..d0871cca9 100644 --- a/ports/sol2/CONTROL +++ b/ports/sol2/CONTROL @@ -1,5 +1,5 @@ Source: sol2 -Version: 3.2.0 +Version: 3.2.1 Homepage: https://github.com/ThePhD/sol2 Description: Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great Build-Depends: lua (windows) \ No newline at end of file diff --git a/ports/sol2/portfile.cmake b/ports/sol2/portfile.cmake index 6a9dd370f..88230ce4b 100644 --- a/ports/sol2/portfile.cmake +++ b/ports/sol2/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ThePhD/sol2 - REF e26475e75b0a116de95ce710b573989008b82a57 # v3.2.0 - SHA512 dde9ea3fba74b69e9ddadce9f82eb9773a8aa92bcc266a8c4e7a4863f4bc22b4dc52b24b690e97ff5ff4c44d858eaa06c3bd64837274f90a1d93ebd646df5d64 + REF 874c8e5f09cb2fa73a0a1d6b56fb6691a3aa1144 # v3.2.1 + SHA512 7e3e7a6d61ef7bec3ce44604cde09259eb62f808d2d0236431e2a4b290e85241b359c88974c8b21a9b1baa6c92d714c5265721adb528cee29b894aca9c581c23 HEAD_REF develop PATCHES fix-namespace.patch )