diff options
| author | Brennan <brecon@microsoft.com> | 2021-08-09 09:08:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-09 09:08:38 -0700 |
| commit | 0d9bf61ed36fd30dfe56619529de4696d04024c1 (patch) | |
| tree | bdc47278a6c13f3feeece8106f9b5c266161936d /ports | |
| parent | e1e7daf3abb8b55b8034360263e1c0d29429fdff (diff) | |
| download | vcpkg-0d9bf61ed36fd30dfe56619529de4696d04024c1.tar.gz vcpkg-0d9bf61ed36fd30dfe56619529de4696d04024c1.zip | |
[microsoft-signalr] Update port (#19420)
* Update microsoft-signalr port
* x-add-version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/microsoft-signalr/CONTROL | 8 | ||||
| -rw-r--r-- | ports/microsoft-signalr/portfile.cmake | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/ports/microsoft-signalr/CONTROL b/ports/microsoft-signalr/CONTROL index 794ff2af2..51b35417b 100644 --- a/ports/microsoft-signalr/CONTROL +++ b/ports/microsoft-signalr/CONTROL @@ -1,5 +1,5 @@ Source: microsoft-signalr
-Version: 0.1.0-alpha2
+Version: 0.1.0-alpha3
Port-Version: 0
Description: C++ Client for ASP.NET Core SignalR.
Default-Features: default-features
@@ -11,4 +11,8 @@ Description: Features installed by default Feature: cpprestsdk
Description: Add default Http and WebSocket implementations using CppRestSDK
-Build-Depends: cpprestsdk[default-features,websockets]
\ No newline at end of file +Build-Depends: cpprestsdk[default-features,websockets]
+
+Feature: messagepack
+Description: Add support for the messagepack hub protocol, must enable in code still
+Build-Depends: msgpack
\ No newline at end of file diff --git a/ports/microsoft-signalr/portfile.cmake b/ports/microsoft-signalr/portfile.cmake index d4b2dac1a..d5b8266ef 100644 --- a/ports/microsoft-signalr/portfile.cmake +++ b/ports/microsoft-signalr/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aspnet/SignalR-Client-Cpp
- REF v0.1.0-alpha2
- SHA512 5a25bdf1f4587c7c008b743c0e97c5b293839b4a63bad89b3c37a1affccfa26df12b20f69a822e8d0eddb4491b3f0e513f017c39528a39990527aac44b3d6f5b
+ REF v0.1.0-alpha3
+ SHA512 7dbd75748535c7b7fef36afe246b132b243b8b4932c218a63aa18c7a44d6691c002144c6d2f5603ad63c03d018907436ad259fdfcc0d7749917931bdebef670b
HEAD_REF main
)
@@ -10,6 +10,7 @@ vcpkg_check_features( OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
cpprestsdk USE_CPPRESTSDK
+ messagepack USE_MSGPACK
)
if("cpprestsdk" IN_LIST FEATURES AND VCPKG_TARGET_IS_UWP)
|
