aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Kast <bob.kast@emc.com>2019-01-07 19:06:19 -0500
committerBob Kast <bob.kast@emc.com>2019-01-07 19:06:19 -0500
commit5c2af38729e6747e581156d3be9043a00c40497e (patch)
tree3046194af7c0fc7da099937b41d51b804f7aea38
parentc82073fae400c3612db061cd4719f2677fecb56a (diff)
downloadvcpkg-5c2af38729e6747e581156d3be9043a00c40497e.tar.gz
vcpkg-5c2af38729e6747e581156d3be9043a00c40497e.zip
ecsutil: fix hash
-rw-r--r--ports/ecsutil/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ecsutil/portfile.cmake b/ports/ecsutil/portfile.cmake
index dab2dd765..2587d024d 100644
--- a/ports/ecsutil/portfile.cmake
+++ b/ports/ecsutil/portfile.cmake
@@ -29,7 +29,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO EMCECS/ecs-object-client-windows-cpp
REF v1.0.2.1
- SHA512 4bb6c223ed562bdb239dc923ea0cfa7b78c1d61c7927017466c08207bffe638ecf3355d581c0a42d8bd966c38420e368b4762fc46a85c14bf071a1136e382451
+ SHA512 63028ed304e2791f6f225d54ef6a83cc4e4f10efd6736a2f05d9648c5abf697a60055823f6dfd151e67f2a172e0a2720a162d1f10fda241483c3b5adc7035365
HEAD_REF master
PATCHES NoLibSyms.patch
)