aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-macro-utils-c
diff options
context:
space:
mode:
authorewertons <ewertons@microsoft.com>2019-10-24 15:47:53 -0700
committerVictor Romero <romerosanchezv@gmail.com>2019-10-24 15:47:53 -0700
commitc258d0947de8bfb0a41b792958ef3d5f8f199bab (patch)
treef389426d74f6f46c55a6ac075a3e9224b5dc6b51 /ports/azure-macro-utils-c
parent9354e0744ea7fb547df598a6228fe853476362ea (diff)
downloadvcpkg-c258d0947de8bfb0a41b792958ef3d5f8f199bab.tar.gz
vcpkg-c258d0947de8bfb0a41b792958ef3d5f8f199bab.zip
Revert "[azure] Update azure-iot-sdk-c for 07/2019 LTS refresh (#8686)" (#8731)
This reverts commit bc11674db1f109bd72d2bc4c0786c6ca078c4cf0. The LTS release broke the regular port of azure-iot-sdk-c. This will be fixed and re-published.
Diffstat (limited to 'ports/azure-macro-utils-c')
-rw-r--r--ports/azure-macro-utils-c/CONTROL2
-rw-r--r--ports/azure-macro-utils-c/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/azure-macro-utils-c/CONTROL b/ports/azure-macro-utils-c/CONTROL
index 627de29b3..152bab24b 100644
--- a/ports/azure-macro-utils-c/CONTROL
+++ b/ports/azure-macro-utils-c/CONTROL
@@ -1,5 +1,5 @@
Source: azure-macro-utils-c
-Version: 2019-07-01-LTS-1
+Version: 2019-10-07.2
Description: A library of macros for the Azure IoT SDK Suite
Build-Depends:
diff --git a/ports/azure-macro-utils-c/portfile.cmake b/ports/azure-macro-utils-c/portfile.cmake
index d516e59e9..306a9e463 100644
--- a/ports/azure-macro-utils-c/portfile.cmake
+++ b/ports/azure-macro-utils-c/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-macro-utils-c
- REF 38729b4b7ac3ea8b7d71e394782b861ecb25193e
- SHA512 c9c820e74aee403d45f257359318d3435e5d6534afe821da5679bc462e26ad256dd01ed253a80ba1c58343f850ef1026280533a152c4b0465527f6537b3092d3
+ REF 7523af934fc4d9423111e358f49b19314ec9c3e3
+ SHA512 b53765096654fff9c5670004e4e107bffa81dd07e63eeac687c9e2b7e5ea2e1f26b6ae025c05c45f5c28152a457922f08c7f8d3303fa4d3b9194c34ba59533d5
HEAD_REF master
)