mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[Azure Storage] Update to Sept hotfix Release (#26819)
* [azure-storage-blobs-cpp] Update to 12.6.1 ## 12.6.1 (2022-09-16) ### Other changes - No public changes in this release. * update version database Co-authored-by: Jinming Hu <jinmhu@microsoft.com>
This commit is contained in:
parent
b67ce11650
commit
b7574b17ed
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-storage-blobs_12.6.0
|
||||
SHA512 cd8164410472587df2ca112abdb89d9e3baa730f1f3166979f669322b1f79a6111bd673061f58de44a6b1231dce55651baa72a869f42302ccb1360fabaaade04
|
||||
REF azure-storage-blobs_12.6.1
|
||||
SHA512 160ec230c300f568f8abbaa08ac6f95cd29a8abbaf67474ea1de70c20db974efed3bd600284c3151457ccc762c58452839c4520d6c1c74c548300a414d405801
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"version-semver": "12.6.0",
|
||||
"version-semver": "12.6.1",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Blobs SDK for C++",
|
||||
"This library provides Azure Storage Blobs SDK."
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "06433ca908b304e85f642fc3b062db522567bd7c",
|
||||
"version-semver": "12.6.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c715b7df779d48070ba729fd20ffcad27267a7bc",
|
||||
"version-semver": "12.6.0",
|
||||
|
@ -373,7 +373,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-blobs-cpp": {
|
||||
"baseline": "12.6.0",
|
||||
"baseline": "12.6.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-common-cpp": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user