aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-c-shared-utility
diff options
context:
space:
mode:
authorewertons <ewertons@microsoft.com>2019-06-06 23:01:40 -0700
committerPhil Christensen <philc@microsoft.com>2019-06-06 23:01:40 -0700
commit3e1b8afb189a78666e2851524ca888b8173daea4 (patch)
tree3c26d3ed7e64c7837f9cf8c8e1da16f638c24c39 /ports/azure-c-shared-utility
parent5ef8bb9abc0f6a9551ac48006fc04b9d91cc5716 (diff)
downloadvcpkg-3e1b8afb189a78666e2851524ca888b8173daea4.tar.gz
vcpkg-3e1b8afb189a78666e2851524ca888b8173daea4.zip
[azure] Update azure-iot-sdk-c for public-preview release of 2019-05-16 (#6804)
Diffstat (limited to 'ports/azure-c-shared-utility')
-rw-r--r--ports/azure-c-shared-utility/CONTROL2
-rw-r--r--ports/azure-c-shared-utility/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/azure-c-shared-utility/CONTROL b/ports/azure-c-shared-utility/CONTROL
index f7e0a0fdd..08223a62c 100644
--- a/ports/azure-c-shared-utility/CONTROL
+++ b/ports/azure-c-shared-utility/CONTROL
@@ -1,5 +1,5 @@
Source: azure-c-shared-utility
-Version: 2019-05-16
+Version: 2019-05-16.1
Description: Azure C SDKs common code
Build-Depends: curl (linux), openssl (linux), azure-macro-utils-c, umock-c
diff --git a/ports/azure-c-shared-utility/portfile.cmake b/ports/azure-c-shared-utility/portfile.cmake
index ee5bebf5c..c43bf4451 100644
--- a/ports/azure-c-shared-utility/portfile.cmake
+++ b/ports/azure-c-shared-utility/portfile.cmake
@@ -6,8 +6,8 @@ if("public-preview" IN_LIST FEATURES)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-c-shared-utility
- REF bc83cba1230e98988ae5cd2328f4dcf8c49d5866
- SHA512 48947709f9c07c8a910d40066a52b746f9ab15543837f44207b787674efd2b11e7a7eb849c88e20984f0e2141e5611f6d6edea39c8b82687f371c08ab274bd7b
+ REF f0642196af85aeb4f2717d9cc11176290f321fb8
+ SHA512 fd8ee6e2be11c13f7388e57eb9c98397b6cb026ca370131db55b6118908701cdff2a1eaabb89bfe84591d6ee17163d06b7b86ad615216203bcbf0c8595d45452
HEAD_REF master
PATCHES no-double-expand-cmake.patch
)