diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-05-15 18:57:34 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-15 21:46:41 -0700 |
| commit | db2b2d2658cf56da6183a1af844b33c37c8bd9d0 (patch) | |
| tree | 75163d76e22ed76a02e0a4ae8e5e824c270661d0 /ports/sol | |
| parent | b6f1217a63577c7040093e92b96994e43810cca8 (diff) | |
| download | vcpkg-db2b2d2658cf56da6183a1af844b33c37c8bd9d0.tar.gz vcpkg-db2b2d2658cf56da6183a1af844b33c37c8bd9d0.zip | |
[brotli][folly][sol] Fix regressions on master
Diffstat (limited to 'ports/sol')
| -rw-r--r-- | ports/sol/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sol/portfile.cmake | 15 |
2 files changed, 3 insertions, 14 deletions
diff --git a/ports/sol/CONTROL b/ports/sol/CONTROL index 3f56b4e09..aa276b1f2 100644 --- a/ports/sol/CONTROL +++ b/ports/sol/CONTROL @@ -1,3 +1,3 @@ Source: sol -Version: 2.20.0 +Version: 2.20.0-1 Description: Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great diff --git a/ports/sol/portfile.cmake b/ports/sol/portfile.cmake index a7791efe9..8e6516d9a 100644 --- a/ports/sol/portfile.cmake +++ b/ports/sol/portfile.cmake @@ -1,21 +1,10 @@ -# Common Ambient Variables: -# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT} -# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET} -# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT} -# PORT = current port name (zlib, etc) -# TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc) -# VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic) -# VCPKG_LIBRARY_LINKAGE = target library linkage type (static, dynamic) -# VCPKG_ROOT_DIR = <C:\path\to\current\vcpkg> -# VCPKG_TARGET_ARCHITECTURE = target architecture (x64, x86, arm) -# include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ThePhD/sol2 - REF v2.20.0 - SHA512 b7b5d7c2c30d54325f9f8f99eeea815afdf159b1193d1ee4b9510ab605d9fa0bc088041b3d6f1f704ce94741ffd9f01d174991007ecec7043a3fd1b93d4dd91b + REF f8ee7abe527a9e8414fc4965e5cbd0f8395fbeae + SHA512 6bf090deb3b664e9585672b8f85275b76c53eddc7fe206ceec943522195bb726e976c946b59cc23863bc7e0feab36f4fe1a6a7a5dae3f9c2ec5c64060014afbf HEAD_REF develop ) |
