mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
Fix webcraft port installation (#48922)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -10533,7 +10533,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"webcraft": {
|
||||
"baseline": "1.0.2",
|
||||
"baseline": "1.0.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"websocketpp": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0bd4b2b58ab47c6ad57df01cd33023c2115bb0a4",
|
||||
"version": "1.0.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d0281485d5a1d48a3683177859dc7c111f0f44f9",
|
||||
"version": "1.0.2",
|
||||
|
||||
Reference in New Issue
Block a user