Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[knet] Update to v1.1.0 #21301

Merged
merged 1 commit into from
Nov 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ports/knet/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kibaamor/knet
REF v1.0.3
SHA512 8bc4fb43b456d86ecae939cfae539432bde1f7ad2261abf9a7654d7476eb6502f53cd314f21dd23f77eb8d2969d293f6cb886729c688ea25911157c7fa3c8b7c
REF v1.1.0
SHA512 22f46c2626c60798a99d7fe3027b675d40584df141fc1131a0d737df28f3e633ec798567defd131b08c3b3ec81069648ed45c2e37eacf37dc15ead45ab24ee55
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DKNET_ENABLE_LOG=OFF
-DKNET_SOCKET_STAT=OFF
-DKNET_BUILD_EXAMPLE=OFF
-DKNET_BUILD_TEST=OFF
)
Expand Down
2 changes: 1 addition & 1 deletion ports/knet/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knet",
"version": "1.0.3",
"version": "1.1.0",
"description": "A cross platform lock-free and timer-supported C++11 network library.",
"homepage": "https://github.com/kibaamor/knet",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@
"port-version": 0
},
"knet": {
"baseline": "1.0.3",
"baseline": "1.1.0",
"port-version": 0
},
"krabsetw": {
Expand Down
5 changes: 5 additions & 0 deletions versions/k-/knet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6d45707ca4c853c0c0bcd076b98fab73c605d906",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "7dd6abd945d808be664c1b105d16b4ece4e245cf",
"version": "1.0.3",
Expand Down