diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2020-10-06 18:24:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-06 09:24:25 -0700 |
| commit | 748a2564ef288f85d371d469a8cba8ae7b14d989 (patch) | |
| tree | 78a30d4778dd4f57e005d860d1e08dbf73917f98 | |
| parent | b0e1458105c0e77ecf835358aa596c54596f8e6e (diff) | |
| download | vcpkg-748a2564ef288f85d371d469a8cba8ae7b14d989.tar.gz vcpkg-748a2564ef288f85d371d469a8cba8ae7b14d989.zip | |
[sol2] Update to 3.2.2 (#13876)
https://github.com/ThePhD/sol2/releases/tag/v3.2.2
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
| -rw-r--r-- | ports/sol2/CONTROL | 4 | ||||
| -rw-r--r-- | ports/sol2/portfile.cmake | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/sol2/CONTROL b/ports/sol2/CONTROL index d0871cca9..60490e9da 100644 --- a/ports/sol2/CONTROL +++ b/ports/sol2/CONTROL @@ -1,5 +1,5 @@ Source: sol2 -Version: 3.2.1 +Version: 3.2.2 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 +Build-Depends: lua (windows) diff --git a/ports/sol2/portfile.cmake b/ports/sol2/portfile.cmake index 88230ce4b..cf20001db 100644 --- a/ports/sol2/portfile.cmake +++ b/ports/sol2/portfile.cmake @@ -1,10 +1,8 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ThePhD/sol2 - REF 874c8e5f09cb2fa73a0a1d6b56fb6691a3aa1144 # v3.2.1 - SHA512 7e3e7a6d61ef7bec3ce44604cde09259eb62f808d2d0236431e2a4b290e85241b359c88974c8b21a9b1baa6c92d714c5265721adb528cee29b894aca9c581c23 + REF v3.2.2 + SHA512 e5a739b37aea7150f141f6a003c2689dd33155feed5bb3cf2569abbfe9f0062eacdaaf346be523d627f0e491b35e68822c80e1117fa09ece8c9d8d5af09fdbec HEAD_REF develop PATCHES fix-namespace.patch ) |
