aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-04-29 04:12:19 +0800
committerGitHub <noreply@github.com>2021-04-28 13:12:19 -0700
commit4a58116c3cd078f864528641df742d13f743d3b4 (patch)
treed76fa60032aadff8f3d74e7972be46ebc5fcca23 /ports
parente01bb328360a6fd1cb769792527c1b3c64e1f013 (diff)
downloadvcpkg-4a58116c3cd078f864528641df742d13f743d3b4.tar.gz
vcpkg-4a58116c3cd078f864528641df742d13f743d3b4.zip
[gamenetworkingsockets] Update to the latest commit to include headers (#17507)
* [gamenetworkingsockets] Update to the latest commit to include headers * update version * Update portfile.cmake * update version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/gamenetworkingsockets/portfile.cmake12
-rw-r--r--ports/gamenetworkingsockets/vcpkg.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/gamenetworkingsockets/portfile.cmake b/ports/gamenetworkingsockets/portfile.cmake
index a419c6e46..d43357bb5 100644
--- a/ports/gamenetworkingsockets/portfile.cmake
+++ b/ports/gamenetworkingsockets/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ValveSoftware/GameNetworkingSockets
- REF v1.2.0
- SHA512 d179fd8f221236beb161723ca133c1f7c574f5d8d9364aaa0de27c64c8661b26b17e3395f42f5245276a05a1399146e56e462d3ec1bb23847955225a99f8d2e3
+ REF 681ce028953088fc585c239bdf39c4cd9f516737 #2021-04-26
+ SHA512 9d5453aa1e82a672a05c2c54c94c446e2b4a2bb46474d3a0c191a57c146aa58c35974ebecf46b59a68f7c74e10b2c3baf240c3d4e99728cb9d349fcf051b3512
HEAD_REF master
)
@@ -14,10 +14,10 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
- -DGAMENETWORKINGSOCKETS_BUILD_TESTS=OFF
- -DGAMENETWORKINGSOCKETS_BUILD_EXAMPLES=OFF
- -DUSE_CRYPTO=${CRYPTO_BACKEND}
- -DUSE_CRYPTO25519=${CRYPTO_BACKEND}
+ -DGAMENETWORKINGSOCKETS_BUILD_TESTS=OFF
+ -DGAMENETWORKINGSOCKETS_BUILD_EXAMPLES=OFF
+ -DUSE_CRYPTO=${CRYPTO_BACKEND}
+ -DUSE_CRYPTO25519=${CRYPTO_BACKEND}
)
vcpkg_install_cmake()
diff --git a/ports/gamenetworkingsockets/vcpkg.json b/ports/gamenetworkingsockets/vcpkg.json
index 8daf49b82..cef2f2505 100644
--- a/ports/gamenetworkingsockets/vcpkg.json
+++ b/ports/gamenetworkingsockets/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "gamenetworkingsockets",
- "version-string": "2020-09-02",
+ "version-date": "2021-04-26",
"description": "GameNetworkingSockets is a basic transport layer for games.",
"homepage": "https://github.com/ValveSoftware/GameNetworkingSockets",
"license": "BSD-3-Clause",