mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[Azure Storage] Update to October Release (#27175)
* [azure-storage-blobs-cpp] Update to 12.6.2 ## 12.6.2 (2022-10-11) ### Other Changes - No public changes in this release. * [azure-storage-files-shares-cpp] Update to 12.3.0 ## 12.3.0 (2022-10-11) ### Features Added - New features in `12.3.0-beta.1` are now generally available.
This commit is contained in:
parent
ede90f9507
commit
28272621b8
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-storage-blobs_12.6.1
|
||||
SHA512 160ec230c300f568f8abbaa08ac6f95cd29a8abbaf67474ea1de70c20db974efed3bd600284c3151457ccc762c58452839c4520d6c1c74c548300a414d405801
|
||||
REF azure-storage-blobs_12.6.2
|
||||
SHA512 3f92ec18500be9904e577f36549631903e40f43ea33a83fce4a4646d7d0fc426be9611f459a847452db3e31c887c2121b77054926aadcab00fbc614f26a724d9
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"version-semver": "12.6.1",
|
||||
"version-semver": "12.6.2",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Blobs SDK for C++",
|
||||
"This library provides Azure Storage Blobs SDK."
|
||||
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-storage-files-shares_12.2.1
|
||||
SHA512 c3fd61496833fd90984c20c3ec6f3be663dda922458a7984ce6010c82df28a546f2e24f7d3690f327b22dbdf2abc669f12ebc182f43ba171111ece0450dbe35c
|
||||
REF azure-storage-files-shares_12.3.0
|
||||
SHA512 baecf1dde71108491d29aa85276c73723a2afc7bbde0e78f62460a8b2fa065a25296239e8082cf75f744a7237a93fd5cba20541b437e2d32cb40599ba8fe722a
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-shares-cpp",
|
||||
"version-semver": "12.2.1",
|
||||
"version-semver": "12.3.0",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Files Shares SDK for C++",
|
||||
"This library provides Azure Storage Files Shares SDK."
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.2.2"
|
||||
"version>=": "12.3.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e223f3564c58888a32c160c7f15b3bcb15bc5c71",
|
||||
"version-semver": "12.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "06433ca908b304e85f642fc3b062db522567bd7c",
|
||||
"version-semver": "12.6.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3791a056ef7f63ea5aa462db437ebc61b2966336",
|
||||
"version-semver": "12.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "69a5e9af5d75d9e2f33dbd89576297373a332048",
|
||||
"version-semver": "12.2.1",
|
||||
|
@ -385,7 +385,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-blobs-cpp": {
|
||||
"baseline": "12.6.1",
|
||||
"baseline": "12.6.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-common-cpp": {
|
||||
@ -401,7 +401,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-files-shares-cpp": {
|
||||
"baseline": "12.2.1",
|
||||
"baseline": "12.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-queues-cpp": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user