mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:18:33 +08:00
[aws-c-common] update to 0.9.14 (#37566)
This commit is contained in:
parent
3b0ef4b229
commit
964c6c8f89
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO awslabs/aws-c-common
|
||||
REF "v${VERSION}"
|
||||
SHA512 8bcada7b7b89f25b9469a3f21dad250f9e1ffde185f3202ba32cc47c27ade1994505f8b5bd19ccefb6ef905d2ffbd985f406c5c0337fbd8a936f71798710ff0e
|
||||
SHA512 9c9f9c7294216d569724104096ab93b5b0635435603763f2caf35a4ec596758397ed1c91655d5f566fc4344275841708c21723b1d2cef7b772c95ac62c14705c
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
disable-internal-crt-option.patch # Disable internal crt option because vcpkg contains crt processing flow
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "aws-c-common",
|
||||
"version": "0.9.12",
|
||||
"version": "0.9.14",
|
||||
"description": "AWS common library for C",
|
||||
"homepage": "https://github.com/awslabs/aws-c-common",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5ce002157d2a45f99a99d4eeb35323b2db108a12",
|
||||
"version": "0.9.14",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "21a8991014f0f7b8678c4e8c4d6958a214b1f04b",
|
||||
"version": "0.9.12",
|
||||
|
@ -373,7 +373,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"aws-c-common": {
|
||||
"baseline": "0.9.12",
|
||||
"baseline": "0.9.14",
|
||||
"port-version": 0
|
||||
},
|
||||
"aws-c-compression": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user