diff options
| author | bobk2824 <13680319+bobk2824@users.noreply.github.com> | 2020-03-10 20:23:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-10 17:23:25 -0700 |
| commit | ffdfeef89ca9b84b91aa04db3a19aa8842643be3 (patch) | |
| tree | 83fae1088ec7a131b341ec90ef2367e0c15ba978 /ports/ecsutil/CONTROL | |
| parent | 33d8955807b63150babf4ab39dcf8553495aa172 (diff) | |
| download | vcpkg-ffdfeef89ca9b84b91aa04db3a19aa8842643be3.tar.gz vcpkg-ffdfeef89ca9b84b91aa04db3a19aa8842643be3.zip | |
[ecsutil] Update ECSUtil v1.0.7.9 (#10258)
* Update ECSUtil v1.0.7.9
* Complete PR requested changes
remove: include(vcpkg_common_functions)
use: vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "UWP" "Linux" "OSX")
* added: Supports: windows&(x64|x86)
Co-authored-by: Bob Kast <bob.kast@emc.com>
Diffstat (limited to 'ports/ecsutil/CONTROL')
| -rw-r--r-- | ports/ecsutil/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/ecsutil/CONTROL b/ports/ecsutil/CONTROL index 9a45be797..29c087503 100644 --- a/ports/ecsutil/CONTROL +++ b/ports/ecsutil/CONTROL @@ -1,5 +1,6 @@ Source: ecsutil
-Version: 1.0.7.8
+Version: 1.0.7.9
Homepage: https://github.com/EMCECS/ecs-object-client-windows-cpp
Description: Native Windows SDK for accessing ECS via the S3 HTTP protocol.
Build-Depends: atlmfc (windows)
+Supports: windows&(x64|x86)
|
