diff options
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 4 | ||||
| -rw-r--r-- | ports/signalrclient/CONTROL | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index b0d8d59ed..6e4b6d5a1 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk -Version: 2.10.15 +Version: 2.10.15-1 Build-Depends: openssl (!uwp&!windows), boost-system (!uwp&!windows), boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows), @@ -10,7 +10,7 @@ Description: C++11 JSON, REST, and OAuth library Default-Features: default-features Feature: default-features -Build-Depends: cpprestsdk[brotli] (windows), cpprestsdk[core,compression,websockets] +Build-Depends: cpprestsdk[brotli] (windows), cpprestsdk[core,compression] Description: Features installed by default Feature: compression diff --git a/ports/signalrclient/CONTROL b/ports/signalrclient/CONTROL index 85e4427d5..d8939e177 100644 --- a/ports/signalrclient/CONTROL +++ b/ports/signalrclient/CONTROL @@ -1,5 +1,5 @@ Source: signalrclient -Version: 1.0.0-beta1-7 -Build-Depends: cpprestsdk, openssl +Version: 1.0.0-beta1-8 +Build-Depends: cpprestsdk[default-features,websockets], openssl Homepage: https://github.com/aspnet/SignalR-Client-Cpp Description: C++ client for SignalR. |
