diff options
| author | Bob Kast <bob.kast@emc.com> | 2018-09-25 15:41:33 -0400 |
|---|---|---|
| committer | Bob Kast <bob.kast@emc.com> | 2018-09-25 15:41:33 -0400 |
| commit | 38240a53e9e185e2873b903ed09741f18ea6bca9 (patch) | |
| tree | 4de4a3443ed18dbce49b8bce7649134c8a4d3d96 | |
| parent | e3f354200754023e4f1e683e13330c009178e1b5 (diff) | |
| parent | 613fb1d3ddc718a359d23ac169aacb8093659d28 (diff) | |
| download | vcpkg-38240a53e9e185e2873b903ed09741f18ea6bca9.tar.gz vcpkg-38240a53e9e185e2873b903ed09741f18ea6bca9.zip | |
Merge branch 'master' of https://github.com/EMCECS/vcpkg
# Conflicts:
# ports/ecsutil/CONTROL
# ports/ecsutil/portfile.cmake
| -rw-r--r-- | ports/ecsutil/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ecsutil/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/ecsutil/CONTROL b/ports/ecsutil/CONTROL index 976aa9833..7d0129b03 100644 --- a/ports/ecsutil/CONTROL +++ b/ports/ecsutil/CONTROL @@ -1,3 +1,3 @@ Source: ecsutil
-Version: 1.0.0.2
+Version: 1.0.1.1
Description: Native Windows SDK for accessing ECS via the S3 HTTP protocol.
diff --git a/ports/ecsutil/portfile.cmake b/ports/ecsutil/portfile.cmake index 2f3d7849b..cf4e79dda 100644 --- a/ports/ecsutil/portfile.cmake +++ b/ports/ecsutil/portfile.cmake @@ -12,8 +12,8 @@ include(vcpkg_common_functions)
-set(ECSUTIL_VERSION "1.0.0.2")
-set(ECSUtil_HASH 98ee2b22123d0cca27561f98509f6738e1eb9d5af5f654dd59662a973a7200660bd43ec3cd8d16b0be210ba3aef4b938afca20d28e0180acd9183b608e07b801)
+set(ECSUTIL_VERSION "v1.0.1.1")
+set(ECSUtil_HASH e396f672b2a6ec16a5f74f490f8383c67a869db950100d5139fee35302d183f1f45c96ffce783c1e573631a8a036e9f55ab2fac1d1a312f308b9f474fbde10ed)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src)
#architecture detection
|
