diff options
| author | bobk2824 <13680319+bobk2824@users.noreply.github.com> | 2019-07-25 19:23:53 -0400 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-07-25 16:23:53 -0700 |
| commit | 8900146533f8e38266ef89766a2bbacffcb67836 (patch) | |
| tree | 676b54b863ff02f6c0b020add1180198ae7e0f04 | |
| parent | b042962cdd9c2321d517a220397678c3bc27caab (diff) | |
| download | vcpkg-8900146533f8e38266ef89766a2bbacffcb67836.tar.gz vcpkg-8900146533f8e38266ef89766a2bbacffcb67836.zip | |
[ECSUtil] update library to v1.0.7.2 (#7427)
| -rw-r--r-- | ports/ecsutil/CONTROL | 8 | ||||
| -rw-r--r-- | ports/ecsutil/portfile.cmake | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/ecsutil/CONTROL b/ports/ecsutil/CONTROL index f008311f2..9621f8781 100644 --- a/ports/ecsutil/CONTROL +++ b/ports/ecsutil/CONTROL @@ -1,4 +1,4 @@ -Source: ecsutil
-Version: 1.0.6.1-1
-Description: Native Windows SDK for accessing ECS via the S3 HTTP protocol.
-Build-Depends: atlmfc (windows)
+Source: ecsutil +Version: 1.0.7.2 +Description: Native Windows SDK for accessing ECS via the S3 HTTP protocol. +Build-Depends: atlmfc (windows) diff --git a/ports/ecsutil/portfile.cmake b/ports/ecsutil/portfile.cmake index 966281a4f..eeb9eca53 100644 --- a/ports/ecsutil/portfile.cmake +++ b/ports/ecsutil/portfile.cmake @@ -28,8 +28,8 @@ endif() vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO EMCECS/ecs-object-client-windows-cpp
- REF v1.0.6.1
- SHA512 4b16b9ce1dbc9f541fe95a40c10678cd2b0192acc94bc3d57e58fbdf37964af84cdc901686555aad1f58d133632b1ad6f57976a5ac71aed1fce2fb44a2d0f8d3
+ REF v1.0.7.2
+ SHA512 2505db74b370271bd9ad8e73248e3d29384ad9a6f1c8246203abe82f99ea8f75419482031024127361358c339955fd2a029a5c77f5ce6e7a35c18f1fc0635c88
HEAD_REF master
PATCHES NoLibSyms.patch
)
|
