diff options
| author | Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> | 2021-08-11 17:08:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 17:08:02 -0700 |
| commit | 53204fc2fb53125039709eaabf9b006f01a5d494 (patch) | |
| tree | 9e31d91db39ff8c6e3e8254578922b640d20ffa3 /ports/azure-storage-files-datalake-cpp | |
| parent | 29c66303abb3f23674304920bf638fdaf3d6070b (diff) | |
| download | vcpkg-53204fc2fb53125039709eaabf9b006f01a5d494.tar.gz vcpkg-53204fc2fb53125039709eaabf9b006f01a5d494.zip | |
[Azure SDK Storage] Update to 12.1.0 (#19488)
Diffstat (limited to 'ports/azure-storage-files-datalake-cpp')
| -rw-r--r-- | ports/azure-storage-files-datalake-cpp/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/azure-storage-files-datalake-cpp/vcpkg.json | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/azure-storage-files-datalake-cpp/portfile.cmake b/ports/azure-storage-files-datalake-cpp/portfile.cmake index 0107feffb..c0fee9b8c 100644 --- a/ports/azure-storage-files-datalake-cpp/portfile.cmake +++ b/ports/azure-storage-files-datalake-cpp/portfile.cmake @@ -1,13 +1,12 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-storage-files-datalake_12.0.1
- SHA512 2f952f7b300b90ff1ade6165ccd9e0441a5155797334a3c327c47dd35c5e9e54fc16ee737d6dceb68f5d898358325fed9cbccecbbe2b032b791929a2ececce3c
+ REF azure-storage-files-datalake_12.1.0
+ SHA512 fa0482b6862219787ba40adf7baa86779681d5a47da22056a4043a6f8765e5418bfaca1cfe4e451297fa56cdde9a30cbfb6fb66dc473fa57fc66eeda9e728cf5
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-datalake/
- PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)
diff --git a/ports/azure-storage-files-datalake-cpp/vcpkg.json b/ports/azure-storage-files-datalake-cpp/vcpkg.json index 63dde7117..0014b1ea0 100644 --- a/ports/azure-storage-files-datalake-cpp/vcpkg.json +++ b/ports/azure-storage-files-datalake-cpp/vcpkg.json @@ -1,7 +1,6 @@ { "name": "azure-storage-files-datalake-cpp", - "version-semver": "12.0.1", - "port-version": 1, + "version-semver": "12.1.0", "description": [ "Microsoft Azure Storage Files Data Lake SDK for C++", "This library provides Azure Storage Files Data Lake SDK." |
