Skip to content

Commit

Permalink
[azure-storage-cpp]Upgrade to 7.1.0 (microsoft#9646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinming-Hu authored and ras0219-msft committed Jan 13, 2020
1 parent 649e830 commit f525343
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ports/azure-storage-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: azure-storage-cpp
Version: 7.0.0
Version: 7.1.0
Build-Depends: cpprestsdk[core], atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp&!osx), gettext
Description: Microsoft Azure Storage Client SDK for C++
A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
Expand Down
6 changes: 2 additions & 4 deletions ports/azure-storage-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-storage-cpp
REF v7.0.0
SHA512 2187bd4d640ff1630f4f20d2717ea0219f7835e524b1db5b89563b5b525a34200a33693030d9e004db9cfe1df905b6c76ffd709f9e6cb2e2861ba1c1f8d062db
REF v7.1.0
SHA512 19ed12ee397141f2b5374857ff56514228cd6541307f754b2595507f8a81821fe49d3c8c4312c484678739432ad1a7d5202f1b2d48aa348e4601053dbb430ed9
HEAD_REF master
PATCHES
remove-gcov-dependency.patch
)

vcpkg_configure_cmake(
Expand Down
14 changes: 0 additions & 14 deletions ports/azure-storage-cpp/remove-gcov-dependency.patch

This file was deleted.

0 comments on commit f525343

Please sign in to comment.