mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libcbor] update to 0.13.0 (#47148)
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO PJK/libcbor
|
||||
REF "v${VERSION}"
|
||||
SHA512 07fcf4e758742e6d430eaab0b333e8f836587c6eeb3f15eea094f8e7881804998382335737df6e2a5d0f570eb9cb46bae6c6d1058aeca8fa29b973a98ae6b69b
|
||||
SHA512 4b41f3c55de0169a60cbd353694c741c3db32d6a173feb1cb14022a7daf8511fc32befbaff7133903ea005df3db02e8ebd67881dff2cfdb89a5e51203b03fe4f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libcbor",
|
||||
"version": "0.12.0",
|
||||
"version": "0.13.0",
|
||||
"description": "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format",
|
||||
"homepage": "https://github.com/PJK/libcbor",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -4593,7 +4593,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"libcbor": {
|
||||
"baseline": "0.12.0",
|
||||
"baseline": "0.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"libcds": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "56bee9cfef361516925be60ed6ecb8298ee21053",
|
||||
"version": "0.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e66ca52e987dffb90740c4ec1c8d0e49300e8c14",
|
||||
"version": "0.12.0",
|
||||
|
||||
Reference in New Issue
Block a user