aboutsummaryrefslogtreecommitdiff
path: root/ports/sol2
diff options
context:
space:
mode:
authorVictor Romero <romerosanchezv@gmail.com>2019-06-12 11:37:19 -0700
committerVictor Romero <romerosanchezv@gmail.com>2019-06-12 11:37:19 -0700
commit92444393148ab0bc89de6ce1cae945cee428a091 (patch)
treea443d63129d93dd729438929bce402b80f1c50c1 /ports/sol2
parent874eadc574b94a05607a8408958401a524c10447 (diff)
parent59a8a9c6248ed230b19028a44484ae5f06db697d (diff)
downloadvcpkg-92444393148ab0bc89de6ce1cae945cee428a091.tar.gz
vcpkg-92444393148ab0bc89de6ce1cae945cee428a091.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into add_libraqm
Diffstat (limited to 'ports/sol2')
-rw-r--r--ports/sol2/CONTROL2
-rw-r--r--ports/sol2/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sol2/CONTROL b/ports/sol2/CONTROL
index eaf829c81..5d702333c 100644
--- a/ports/sol2/CONTROL
+++ b/ports/sol2/CONTROL
@@ -1,4 +1,4 @@
Source: sol2
-Version: 2.20.6
+Version: 3.0.2
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 86e653ac6..ee89b9f54 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 v2.20.6
- SHA512 293df11ca2e375e60dfa7fd890b3e06aa58c0fd2f45a5a032515a2251b21e9501a2578bada446dd49b35933b69e52db8dfe8498c011e0fde7ecc0655f63ed4ed
+ REF 5a4d7dca7f77e65aed15c0fb8f8acf1570677335
+ SHA512 5fc88a000d7a8379c3c8d8ee2dc3371514c4a58dcc3340b700565278ec69b7be0f108d599e3fe3b3ca347ef7c5b25ac01d83b1a988ac0189c8517b6ae66e96d6
HEAD_REF develop
)