aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-11-05 17:25:46 -0800
committerGitHub <noreply@github.com>2020-11-05 17:25:46 -0800
commitf7b9fc0b3c0a1ec21063ef3670ecf8fa05e70806 (patch)
tree8b52c99e31a381fb5e0edc5bbb779aef2229fbb8 /ports
parent68dae46cb66249e38d21fa0b3875e568705792a8 (diff)
downloadvcpkg-f7b9fc0b3c0a1ec21063ef3670ecf8fa05e70806.tar.gz
vcpkg-f7b9fc0b3c0a1ec21063ef3670ecf8fa05e70806.zip
[vcpkg, azure-macro-utils-c] Fix SHA and add FILE_DISAMBIGUATOR for vcpkg_from_github (#14343)
Diffstat (limited to 'ports')
-rw-r--r--ports/azure-macro-utils-c/CONTROL3
-rw-r--r--ports/azure-macro-utils-c/portfile.cmake8
2 files changed, 6 insertions, 5 deletions
diff --git a/ports/azure-macro-utils-c/CONTROL b/ports/azure-macro-utils-c/CONTROL
index 702b9b9f6..6bbde0081 100644
--- a/ports/azure-macro-utils-c/CONTROL
+++ b/ports/azure-macro-utils-c/CONTROL
@@ -1,5 +1,6 @@
Source: azure-macro-utils-c
-Version: 2020-06-17-1
+Version: 2020-06-17
+Port-Version: 2
Description: A library of macros for the Azure IoT SDK Suite
Feature: public-preview
diff --git a/ports/azure-macro-utils-c/portfile.cmake b/ports/azure-macro-utils-c/portfile.cmake
index a5e8fcf3e..225def814 100644
--- a/ports/azure-macro-utils-c/portfile.cmake
+++ b/ports/azure-macro-utils-c/portfile.cmake
@@ -5,16 +5,18 @@ if("public-preview" IN_LIST FEATURES)
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-macro-utils-c
REF 7523af934fc4d9423111e358f49b19314ec9c3e3
- SHA512 b53765096654fff9c5670004e4e107bffa81dd07e63eeac687c9e2b7e5ea2e1f26b6ae025c05c45f5c28152a457922f08c7f8d3303fa4d3b9194c34ba59533d5
+ SHA512 441d2420be319195ef50d0b03028e44c470adedc316dc338245cbc51ec2e78863cb42a9665d84a628056d212927abb5aeaf5c489e7c36b5257b16a28b3652e6e
HEAD_REF master
+ FILE_DISAMBIGUATOR 1
)
else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-macro-utils-c
REF 5926caf4e42e98e730e6d03395788205649a3ada
- SHA512 97621f276657af976c4022c9600540ecae2287b3b386b9e097d661828a62c120348d354b3f86f3ef4d49f3c54830887662d3910ed5cec4a634949fa389b4ad55
+ SHA512 8f9fd02012202db6cff5b647edbc8332a2c03963e80182a630af6a884f23df96b8e24d60e5412bfc2a0a7f43240a54f9597040aa28a9d3e1566755e1d52aac62
HEAD_REF master
+ FILE_DISAMBIGUATOR 1
)
endif()
@@ -36,5 +38,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/azure-macro-utils-c/copyright COPYONLY)
vcpkg_copy_pdbs()
-
-