aboutsummaryrefslogtreecommitdiff
path: root/ports/signalrclient
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-09-25 15:10:21 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-09-25 15:10:21 -0700
commitfe92af4ddd6ab409e013208ce131a40e333c0ba8 (patch)
tree1e340af42d84e4b439d7c3e13a6e27e63e72af22 /ports/signalrclient
parent2955ede10b95e8b25789af0ee0b47ec77c7486ee (diff)
downloadvcpkg-fe92af4ddd6ab409e013208ce131a40e333c0ba8.tar.gz
vcpkg-fe92af4ddd6ab409e013208ce131a40e333c0ba8.zip
Fix more port hashes due to github tar.gz change
Related: cb239b92 It looks like github changed the version (or the generally the way) they do tars, causing some hash mismatches. This fixes the affected ports.
Diffstat (limited to 'ports/signalrclient')
-rw-r--r--ports/signalrclient/portfile.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/signalrclient/portfile.cmake b/ports/signalrclient/portfile.cmake
index 22e91acab..ad7f4fd58 100644
--- a/ports/signalrclient/portfile.cmake
+++ b/ports/signalrclient/portfile.cmake
@@ -4,7 +4,7 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/SignalR-Client-Cpp-1.0.0-beta1)
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/aspnet/SignalR-Client-Cpp/archive/1.0.0-beta1.tar.gz"
FILENAME "SignalR-Client-Cpp-1.0.0-beta1.tar.gz"
- SHA512 e0090415aa724087dbe2a317a4642d6359b134e00e836ea70c71bc9186dc8d6bba097666711ab18d9b0a390e1e5f59be2f55279b6859ac20d558b901bf5fe2f2
+ SHA512 b38f6f946f1499080071949cbcf574405118f9acfb469441e5b5b0df3e5f0d277a83b30e0d613dc5e54732b9071e3273dac1ee65129f994d5a60eef0e45bdf6c
)
vcpkg_extract_source_archive(${ARCHIVE})
@@ -31,4 +31,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# copy license
file(COPY ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/signalrclient)
-file(RENAME ${CURRENT_PACKAGES_DIR}/share/signalrclient/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/signalrclient/copyright) \ No newline at end of file
+file(RENAME ${CURRENT_PACKAGES_DIR}/share/signalrclient/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/signalrclient/copyright)