Fix webcraft port installation (#48922)

Co-authored-by: Kai Pastor <dg0yt@darc.de>
This commit is contained in:
Aditya Rao
2025-12-18 12:36:14 -05:00
committed by GitHub
parent cc15b84563
commit 8823cec88c
4 changed files with 8 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO adityarao2005/WebCraft
REF v${VERSION}
SHA512 8ebdd1eb2976457269cc37f1e75c9fdad46460b3ca2314dd138889488d6b0c940bf6659dfd16cdd06dc399d507a9952940c360e4298f614cc474e08eecc7b2c7
SHA512 1c0c5de6a6a42b9a6366a633c6dd00008fc1c631da6cda146ae952c499b8a11028af0f8dad2a1c6c3a51119a6bec44ad5087b6128c015910957c661ea52bee7c
HEAD_REF main
)

View File

@@ -1,6 +1,6 @@
{
"name": "webcraft",
"version": "1.0.2",
"version": "1.0.3",
"description": "An async first C++ networking library leveraging powerful features of C++23 built for scale, speed, and ease.",
"homepage": "https://github.com/adityarao2005/WebCraft/",
"license": "MIT",

View File

@@ -10533,7 +10533,7 @@
"port-version": 0
},
"webcraft": {
"baseline": "1.0.2",
"baseline": "1.0.3",
"port-version": 0
},
"websocketpp": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0bd4b2b58ab47c6ad57df01cd33023c2115bb0a4",
"version": "1.0.3",
"port-version": 0
},
{
"git-tree": "d0281485d5a1d48a3683177859dc7c111f0f44f9",
"version": "1.0.2",